diff --git a/src/App.tsx b/src/App.tsx index 79e8a34..0937957 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -57,7 +57,7 @@ export default function App() { { - if (client.channel?.id === currentChannel?.id) { + if (client.channel?.id === currentChannel?.id && client.channel.connection.id === activeConnectionId) { return client; } }) as IClient[]