From af546e2f55ccb9a270ce4967d1942aebfcbbea19 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 Dec 2023 17:55:36 +0300 Subject: DB::EventInfo::wipeNotify - useful helper to hide blinking event both from database & contact list --- include/m_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index 7362c7ead9..5d2d4ccab8 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -690,6 +690,7 @@ namespace DB bool fetch(MEVENT hEvent, bool bFetchBlob = true); void unload(); + void wipeNotify(MEVENT hEvent); __forceinline operator bool() const { return bValid; } -- cgit v1.2.3