Disable bottom-info reactions view.

This commit is contained in:
John Preston 2024-05-06 20:47:05 +04:00
parent f8188f360a
commit ee4f83ffde

View file

@ -3013,6 +3013,8 @@ bool Message::isSignedAuthorElided() const {
} }
bool Message::embedReactionsInBottomInfo() const { bool Message::embedReactionsInBottomInfo() const {
return false;
#if 0 // legacy
const auto item = data(); const auto item = data();
const auto user = item->history()->peer->asUser(); const auto user = item->history()->peer->asUser();
if (!user if (!user
@ -3045,6 +3047,7 @@ bool Message::embedReactionsInBottomInfo() const {
} }
} }
return true; return true;
#endif
} }
bool Message::embedReactionsInBubble() const { bool Message::embedReactionsInBubble() const {