mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Implement premium lock of similar channels.
This commit is contained in:
@@ -227,7 +227,9 @@ void ApplyBotsList(
|
||||
}
|
||||
}
|
||||
if constexpr (MTPDmessages_chatsSlice::Is<decltype(data)>()) {
|
||||
result.more = data.vcount().v - data.vchats().v.size();
|
||||
if (channel->session().premiumPossible()) {
|
||||
result.more = data.vcount().v - data.vchats().v.size();
|
||||
}
|
||||
}
|
||||
});
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user