From 5ddeb2223413391589a77ef2620d561d21078cf4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 Jul 2024 11:30:06 +0300 Subject: =?UTF-8?q?fixes=20#4549=20(NewStory:=20=D0=B3=D1=80=D1=83=D0=BF?= =?UTF-8?q?=D1=87=D0=B0=D1=82=D1=8B=20=D0=B3=D0=BB=D1=8E=D1=87=D0=B0=D1=82?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index 959de8c8e1..f83e764288 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -644,7 +644,7 @@ ItemData& HistoryArray::allocateItem() void HistoryArray::checkGC(ItemData &p, SESSION_INFO *si) { - p.load(); + p.fetch(); if (p.dbe.szUserId) { Utf2T wszUser(p.dbe.szUserId); if (auto *pUser = g_chatApi.UM_FindUser(si, wszUser)) -- cgit v1.2.3