mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 23:12:10 +00:00
Make filtered lists independent from folders.
This commit is contained in:
@@ -57,7 +57,7 @@ rpl::producer<int> PinnedDialogsInFolderMaxValue(
|
||||
Folder::Folder(not_null<Data::Session*> owner, FolderId id)
|
||||
: Entry(owner, this)
|
||||
, _id(id)
|
||||
, _chatsList(PinnedDialogsInFolderMaxValue(&owner->session()))
|
||||
, _chatsList(FilterId(), PinnedDialogsInFolderMaxValue(&owner->session()))
|
||||
, _name(tr::lng_archived_name(tr::now)) {
|
||||
indexNameParts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user