diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-14 20:48:45 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-14 20:48:45 +0300 |
commit | 9dcff172cecdf4b37bb2d719de3c2d588acaa71b (patch) | |
tree | 7a34b0b7beccc891b7c831e066b40f87c1f45c67 /plugins/NewStory/src/history_array.cpp | |
parent | c903fe01f85d8bbd7b5fe670d2314a6c92bfe688 (diff) |
code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 2 |
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)) |