mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue