Allow hub to echo messages back to the sender

This commit is contained in:
kc1awv
2025-12-30 12:05:53 -05:00
parent b0e1b6c5d6
commit 25452e0024

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: