mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Apply server side bot verifications.
This commit is contained in:
@@ -715,9 +715,6 @@ bool ChannelData::canRestrictParticipant(
|
||||
}
|
||||
|
||||
void ChannelData::setVerifyDetails(Ui::VerifyDetails details) {
|
||||
if (_verifyDetails && !verifiedByTelegram() && !details) {
|
||||
return; AssertIsDebug();
|
||||
}
|
||||
if (!details) {
|
||||
if (_verifyDetails) {
|
||||
_verifyDetails = nullptr;
|
||||
|
Reference in New Issue
Block a user