Currently the room message listeners are established once when the new-room event is triggered.
This means that after a refresh they will no longer exist, and won't be re-establish.
tauri.ts - line 72
On start simply loop over rooms in the storage and re-establish the message listeners.
Currently the room message listeners are established once when the
new-room
event is triggered. This means that after a refresh they will no longer exist, and won't be re-establish.tauri.ts
-line 72
On start simply loop over rooms in the storage and re-establish the message listeners.