mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Clear rooms cache on disconnect
This commit is contained in:
parent
6146845809
commit
e6d9a243cd
@ -219,6 +219,8 @@ session_disconnect(void)
|
||||
|
||||
accounts_set_last_activity(session_get_account_name());
|
||||
|
||||
iq_rooms_cache_clear();
|
||||
|
||||
connection_disconnect();
|
||||
|
||||
_session_free_saved_account();
|
||||
|
Loading…
x
Reference in New Issue
Block a user