fix: mute exception

This commit is contained in:
AlexeyZavar 2024-03-13 17:25:32 +03:00
parent 0e26b39faf
commit 79d6df2c01

View file

@ -2755,7 +2755,7 @@ void HistoryItem::setAyuHint(const QString &hint) {
history()->owner().requestItemViewRefresh(this);
history()->owner().requestItemResize(this);
} catch (...) {
LOG(("AyuGram: crash in setting hint"));
DEBUG_LOG(("AyuGram: crash in setting hint"));
}
}