fix message forwarding
This commit is contained in:
parent
058a8899c8
commit
b958ef6292
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class MeshConsumer(AsyncWebsocketConsumer):
|
||||||
await self.log_text(MESH_ROOT_ADDRESS, "adding ourselves to trace message before forwarding")
|
await self.log_text(MESH_ROOT_ADDRESS, "adding ourselves to trace message before forwarding")
|
||||||
msg.content.trace.append(MESH_ROOT_ADDRESS)
|
msg.content.trace.append(MESH_ROOT_ADDRESS)
|
||||||
|
|
||||||
result = await msg.content.send(exclude_uplink_address=self.uplink.node.address)
|
result = await msg.send(exclude_uplink_address=self.uplink.node.address)
|
||||||
|
|
||||||
if not result:
|
if not result:
|
||||||
print('message had no route')
|
print('message had no route')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue