mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Disable bottom-info reactions view.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user