mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-05-22 07:34:46 -07:00
Allow hub to echo messages back to the sender
This commit is contained in:
@@ -2360,8 +2360,6 @@ class HubService:
|
|||||||
|
|
||||||
payload = encode(env)
|
payload = encode(env)
|
||||||
for other in list(self.rooms.get(r, set())):
|
for other in list(self.rooms.get(r, set())):
|
||||||
if other is link:
|
|
||||||
continue
|
|
||||||
self._queue_payload(outgoing, other, payload)
|
self._queue_payload(outgoing, other, payload)
|
||||||
|
|
||||||
if t == T_MSG:
|
if t == T_MSG:
|
||||||
|
|||||||
Reference in New Issue
Block a user