summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-14 20:48:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-14 20:48:45 +0300
commit9dcff172cecdf4b37bb2d719de3c2d588acaa71b (patch)
tree7a34b0b7beccc891b7c831e066b40f87c1f45c67 /plugins/NewStory/src/history_array.cpp
parentc903fe01f85d8bbd7b5fe670d2314a6c92bfe688 (diff)
code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r--plugins/NewStory/src/history_array.cpp2
1 files changed, 1 insertions, 1 deletions
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))