mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
fix: message shot reactions
This commit is contained in:
parent
99cabdcd4c
commit
95b3df10b2
1 changed files with 1 additions and 1 deletions
|
@ -2646,7 +2646,7 @@ const std::vector<Data::MessageReaction> &HistoryItem::reactions() const {
|
|||
}
|
||||
|
||||
std::vector<Data::MessageReaction> HistoryItem::reactionsWithLocal() const {
|
||||
if (!_reactions) {
|
||||
if (!_reactions || AyuFeatures::MessageShot::ignoreRender(AyuFeatures::MessageShot::RenderPart::Reactions)) {
|
||||
return {};
|
||||
}
|
||||
auto result = _reactions->list();
|
||||
|
|
Loading…
Add table
Reference in a new issue