diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 9431e3280..b5a67a610 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -2646,7 +2646,7 @@ const std::vector &HistoryItem::reactions() const { } std::vector HistoryItem::reactionsWithLocal() const { - if (!_reactions) { + if (!_reactions || AyuFeatures::MessageShot::ignoreRender(AyuFeatures::MessageShot::RenderPart::Reactions)) { return {}; } auto result = _reactions->list();