Show MUC history on intentional reconnect

Small bug caused by 13675fb and ce5a4ed.
Fix https://github.com/profanity-im/profanity/issues/1142
This commit is contained in:
Michael Vetter
2019-07-03 09:19:24 +02:00
parent 9f813445b7
commit ad9263520e
4 changed files with 42 additions and 7 deletions

View File

@@ -89,6 +89,8 @@ cl_ev_disconnect(void)
ui_close_all_wins();
ev_disconnect_cleanup();
// on intentional disconnect reset the counter
ev_reset_connection_counter();
}
void