mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Clear room state on logout
This commit is contained in:
parent
a568d60cef
commit
49831a2390
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ void ChatPage::logout()
|
|||
user_info_widget_->reset();
|
||||
client_->reset();
|
||||
|
||||
state_manager_.clear();
|
||||
room_avatars_.clear();
|
||||
|
||||
emit close();
|
||||
|
|
Loading…
Reference in a new issue