mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
std::vector<Data::MessageReaction> HistoryItem::reactionsWithLocal() const {
|
||||||
if (!_reactions) {
|
if (!_reactions || AyuFeatures::MessageShot::ignoreRender(AyuFeatures::MessageShot::RenderPart::Reactions)) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
auto result = _reactions->list();
|
auto result = _reactions->list();
|
||||||
|
|
Loading…
Add table
Reference in a new issue