mirror of https://github.com/procxx/kepka.git
Don't suggest to archive Saved Messages.
This commit is contained in:
parent
d48cafe1a3
commit
edf4180d11
|
@ -204,7 +204,7 @@ bool Filler::showToggleArchived() {
|
||||||
const auto history = _peer->owner().historyLoaded(_peer);
|
const auto history = _peer->owner().historyLoaded(_peer);
|
||||||
if (history && history->useProxyPromotion()) {
|
if (history && history->useProxyPromotion()) {
|
||||||
return false;
|
return false;
|
||||||
} else if (!_peer->isNotificationsUser()) {
|
} else if (!_peer->isNotificationsUser() && !_peer->isSelf()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return history && (history->folder() != nullptr);
|
return history && (history->folder() != nullptr);
|
||||||
|
|
Loading…
Reference in New Issue