From 998bc5039e707b8c5bab36c3bb8bb80c82aeb1e3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Oct 2023 19:35:22 +0300 Subject: =?UTF-8?q?fixes=20#3754=20(NewStory:=20=D0=B2=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D1=8B=20=D0=B8=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=D1=8B=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BB=D1=8F=20=D0=B2?= =?UTF-8?q?=20Jabber=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0?= =?UTF-8?q?=D1=8E=D1=82=D1=81=D1=8F=20=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D0=BC?= =?UTF-8?q?=20=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=BC)?= 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') diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index db00f46f98..744097d1d4 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -434,10 +434,10 @@ void HistoryArray::addChatEvent(SESSION_INFO *si, const LOGINFO *lin) break; case GC_EVENT_JOIN: + case GC_EVENT_PART: p.dbe.flags |= DBEF_SENT; __fallthrough; - case GC_EVENT_PART: case GC_EVENT_QUIT: p.dbe.eventType = EVENTTYPE_JABBER_PRESENCE; break; -- cgit v1.2.3