mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +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