sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

SocketIO new message from deleted contact not showing

Open 05nelsonm opened this issue 4 years ago • 0 comments

After User A deletes contact User B, and then User B sends a message to User A, that message is not propagating to the Dashboard because Relay is only dispatching the new message via SocketIO and not the contact for which it came.

For now, the networkRefresh call from Dashboard is working properly, but additional logic within the SphinxRepository's SocketIO listener is needed to handle such an event.

05nelsonm avatar May 10 '21 16:05 05nelsonm