diff options
| author | George Hazan <ghazan@miranda.im> | 2022-11-14 20:04:02 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-11-14 20:04:02 +0300 |
| commit | 2d74ff3a09c40efda6ad6e9c6b569820776a54f1 (patch) | |
| tree | a30fa0bca0c7dec52fa5b554b7eccd0993d254fa /plugins/TabSRMM/src | |
| parent | e097a96ae55208292e1800c75b6a1f7766e38964 (diff) | |
basic set for storing group chat messages in a database + reusing log settings like show 10 recent messages
Diffstat (limited to 'plugins/TabSRMM/src')
| -rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 9d66f8c95e..2257567ffe 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -571,6 +571,11 @@ bool CMsgDialog::OnInitDialog() m_hTabIcon = m_hTabStatusIcon;
UpdateNickList();
+
+ if (m_si->pMI->bDatabase) {
+ FindFirstEvent();
+ RemakeLog();
+ }
}
else {
FindFirstEvent();
|
