2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve saved / archive stories design.

This commit is contained in:
John Preston
2023-06-19 21:00:34 +04:00
parent 119ee6044a
commit e98770d418
29 changed files with 660 additions and 202 deletions

View File

@@ -423,6 +423,7 @@ void Stories::apply(const MTPDupdateStory &data) {
if (!user->hasStoriesHidden()) {
refreshInList(StorySourcesList::NotHidden);
}
_sourceChanged.fire_copy(peerId);
}
void Stories::apply(not_null<PeerData*> peer, const MTPUserStories *data) {