From 9dcff172cecdf4b37bb2d719de3c2d588acaa71b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Dec 2023 20:48:45 +0300 Subject: code cleaning --- plugins/NewStory/src/history_array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/history_array.cpp') diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index cbffbb1f1d..20a9b903ae 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -248,7 +248,7 @@ bool ItemData::fetch(void) { // if this event is virtual (for example, in group chats), don't try to laod it if (!hEvent) - return true; + return false; if (!dbe) { if (!dbe.fetch(hEvent)) -- cgit v1.2.3