mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Provided count of pinned dialogs to premium limit boxes for pins.
This commit is contained in:
@@ -251,7 +251,8 @@ bool PinnedLimitReached(
|
||||
owner->setChatPinned(history, FilterId(), true);
|
||||
history->session().api().savePinnedOrder(folder);
|
||||
} else if (filterId) {
|
||||
controller->show(Box(FilterPinsLimitBox, &history->session()));
|
||||
controller->show(
|
||||
Box(FilterPinsLimitBox, &history->session(), filterId));
|
||||
} else if (folder) {
|
||||
controller->show(Box(FolderPinsLimitBox, &history->session()));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user