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
Keep freebuff session alive when browsing /history
Rendering ChatHistoryScreen at the App level unmounted AuthedSurface,
which triggered useFreebuffSession cleanup (DELETE + clear session) and
sent the user back to the waiting room on return. Move the history
screen inside AuthedSurface so the session stays mounted.
0 commit comments