Disable bottom-info reactions view.

This commit is contained in:
John Preston 2024-05-06 20:47:05 +04:00
parent f8188f360a
commit ee4f83ffde
1 changed files with 3 additions and 0 deletions

View File

@ -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 {