2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 23:55:12 +00:00

Add stories outline to group participants list.

This commit is contained in:
John Preston
2023-07-18 20:10:15 +04:00
parent fad05e8b35
commit f31b40f6ce
9 changed files with 287 additions and 156 deletions

View File

@@ -155,6 +155,7 @@ void UserData::setStoriesState(StoriesState state) {
if (const auto history = owner().historyLoaded(this)) {
history->updateChatListEntryPostponed();
}
session().changes().peerUpdated(this, UpdateFlag::StoriesState);
}
}