Clear room state on logout
This commit is contained in:
parent
a568d60cef
commit
49831a2390
@ -134,6 +134,7 @@ void ChatPage::logout()
|
|||||||
user_info_widget_->reset();
|
user_info_widget_->reset();
|
||||||
client_->reset();
|
client_->reset();
|
||||||
|
|
||||||
|
state_manager_.clear();
|
||||||
room_avatars_.clear();
|
room_avatars_.clear();
|
||||||
|
|
||||||
emit close();
|
emit close();
|
||||||
|
Loading…
Reference in New Issue
Block a user