mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Remove non-UI calls to App::main.
This commit is contained in:
@@ -55,7 +55,7 @@ rpl::producer<int> PinnedDialogsInFolderMaxValue(
|
||||
//}
|
||||
|
||||
Folder::Folder(not_null<Data::Session*> owner, FolderId id)
|
||||
: Entry(owner, this)
|
||||
: Entry(owner, Type::Folder)
|
||||
, _id(id)
|
||||
, _chatsList(
|
||||
&owner->session(),
|
||||
|
Reference in New Issue
Block a user