From 628b2c714fea5dbfe86c0310d5910886dbc05fc7 Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Sat, 13 Dec 2025 20:22:44 +0300 Subject: [PATCH] fix: reduce log spam --- Telegram/SourceFiles/history/history.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/history/history.cpp b/Telegram/SourceFiles/history/history.cpp index 2f6d17bd8d..535a59615e 100644 --- a/Telegram/SourceFiles/history/history.cpp +++ b/Telegram/SourceFiles/history/history.cpp @@ -2998,9 +2998,9 @@ bool History::shouldBeInChatList() const { } void History::unknownMessageDeleted(MsgId messageId) { - LOG(("History::unknownMessageDeleted. Peer ID: %1, Message ID: %2.") + /*LOG(("History::unknownMessageDeleted. Peer ID: %1, Message ID: %2.") .arg(peer->id.value & PeerId::kChatTypeMask) - .arg(messageId.bare)); + .arg(messageId.bare));*/ _unknownDeletedMessages[messageId] = base::unixtime::now(); if (_inboxReadBefore && messageId >= *_inboxReadBefore) { owner().histories().requestDialogEntry(this);