You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: