mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show limit toasts and boxes.
This commit is contained in:
@@ -329,7 +329,12 @@ public:
|
||||
Data::Folder *folder,
|
||||
FilterId filterId,
|
||||
not_null<History*> history) const;
|
||||
int pinnedChatsLimit(Data::Folder *folder) const;
|
||||
int pinnedChatsLimit(
|
||||
Data::Folder *folder,
|
||||
FilterId filterId) const;
|
||||
rpl::producer<int> maxPinnedChatsLimitValue(
|
||||
Data::Folder *folder,
|
||||
FilterId filterId) const;
|
||||
const std::vector<Dialogs::Key> &pinnedChatsOrder(
|
||||
Data::Folder *folder,
|
||||
FilterId filterId) const;
|
||||
|
Reference in New Issue
Block a user