From 1153d92a13cd3c04e2203a1b2b15cfc42b2e52a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Jun 2017 21:35:04 +0300 Subject: fixes #785 (Group chat history is not logged if retrieved on login) --- plugins/TabSRMM/src/chat_main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index c318231a7c..de304dfc85 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -38,6 +38,8 @@ TMUCSettings g_Settings; static void OnCreateSession(SESSION_INFO *si, MODULEINFO *mi) { + if (si->hContact) + Chat_SetFilters(si); if (si->pDlg) si->pDlg->UpdateStatusBar(); -- cgit v1.2.3