mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Disable bottom-info reactions view.
This commit is contained in:
parent
f8188f360a
commit
ee4f83ffde
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue