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
Whenever the user opens an encrypted room with history_visibility != joined, show the user a warning banner, unless the flag showing it has been dismissed is set. If the user dismisses the banner, set a flag in the client's local db recording that it has been dismissed for that room.
Whenever the user opens an encrypted room with history_visibility == joined, clear the dismissed flag, if it is set. This ensures that if a room is changed public -> private -> public, we show the banner again when it is set back to public.