From 25452e0024d43963150bb4b326a3e510dcca2103 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Tue, 30 Dec 2025 12:05:53 -0500 Subject: [PATCH] Allow hub to echo messages back to the sender --- rrcd/service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rrcd/service.py b/rrcd/service.py index d852140..f5bd0d7 100644 --- a/rrcd/service.py +++ b/rrcd/service.py @@ -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: