mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-05-21 07:04:45 -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)
|
||||
for other in list(self.rooms.get(r, set())):
|
||||
if other is link:
|
||||
continue
|
||||
self._queue_payload(outgoing, other, payload)
|
||||
|
||||
if t == T_MSG:
|
||||
|
||||
Reference in New Issue
Block a user