2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Support two lists of stories sources.

This commit is contained in:
John Preston
2023-06-02 18:26:39 +04:00
parent d0e1ac1238
commit f40391b4f0
18 changed files with 462 additions and 284 deletions

View File

@@ -314,7 +314,7 @@ Session::Session(not_null<Main::Session*> session)
}
}, _lifetime);
_stories->loadMore();
_stories->loadMore(Data::StorySourcesList::NotHidden);
});
}