Merge pull request #2 from kc1awv/hub_echo

Allow hub to echo messages back to the sender
This commit is contained in:
Steve Miller
2025-12-30 12:06:37 -05:00
committed by GitHub

View File

@@ -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: