From 89a1de0eaf8377c97c9486492f08ca095effd906 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 5 Feb 2024 13:16:55 +0300 Subject: NewStory: fix for deleting messages --- plugins/NewStory/src/history_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index bf9188e5e0..aabf445b63 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -373,7 +373,7 @@ void NewstoryListData::DeleteItems(void) int firstSel = -1, flags = 0; if (dlg.bDelHistory) - flags |= CDF_FROM_SERVER; + flags |= CDF_DEL_HISTORY; if (dlg.bForEveryone) flags |= CDF_FOR_EVERYONE; -- cgit v1.2.3