mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Fix story mention text updating.
This commit is contained in:
@@ -3917,6 +3917,11 @@ void Session::refreshStoryItemViews(FullStoryId id) {
|
||||
const auto i = _storyItems.find(id);
|
||||
if (i != _storyItems.end()) {
|
||||
for (const auto item : i->second) {
|
||||
if (const auto media = item->media()) {
|
||||
if (media->storyMention()) {
|
||||
item->updateStoryMentionText();
|
||||
}
|
||||
}
|
||||
requestItemViewRefresh(item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user