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: