diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index 96cbc4648..beaae32f1 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -3013,6 +3013,8 @@ bool Message::isSignedAuthorElided() const { } bool Message::embedReactionsInBottomInfo() const { + return false; +#if 0 // legacy const auto item = data(); const auto user = item->history()->peer->asUser(); if (!user @@ -3045,6 +3047,7 @@ bool Message::embedReactionsInBottomInfo() const { } } return true; +#endif } bool Message::embedReactionsInBubble() const {