2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Start hiding stories from chats list.

This commit is contained in:
John Preston
2023-06-02 13:20:27 +04:00
parent 17a5c27658
commit d0e1ac1238
8 changed files with 97 additions and 4 deletions

View File

@@ -71,10 +71,10 @@ Story::Story(
not_null<PeerData*> peer,
StoryMedia media,
TimeId date)
: _id(id)
, _peer(peer)
, _media(std::move(media))
, _date(date) {
: _id(id)
, _peer(peer)
, _media(std::move(media))
, _date(date) {
}
Session &Story::owner() const {