mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Don't allow reordering of the archive.
This commit is contained in:
@@ -472,7 +472,7 @@ void Filler::addChannelActions(not_null<ChannelData*> channel) {
|
||||
void Filler::fill() {
|
||||
if (_source == PeerMenuSource::ChatsList) {
|
||||
if (const auto history = _peer->owner().historyLoaded(_peer)) {
|
||||
if (!history->useProxyPromotion()) {
|
||||
if (!history->fixedOnTopIndex()) {
|
||||
addPinToggle();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user