mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Update API scheme to layer 103.
This commit is contained in:
@@ -253,7 +253,7 @@ bool Filler::showToggleArchived() {
|
||||
return false;
|
||||
}
|
||||
const auto history = _peer->owner().historyLoaded(_peer);
|
||||
if (history && history->useProxyPromotion()) {
|
||||
if (history && history->useTopPromotion()) {
|
||||
return false;
|
||||
} else if (!_peer->isNotificationsUser() && !_peer->isSelf()) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user