mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
checkPublicChannelCreationAvailability: removed retryRequest
This commit is contained in:
parent
9e06580e83
commit
64d77f5f51
@ -165,7 +165,6 @@ public func checkPublicChannelCreationAvailability(account: Account, location: B
|
||||
}
|
||||
|
||||
return account.network.request(Api.functions.channels.getAdminedPublicChannels(flags: flags))
|
||||
|> retryRequest
|
||||
|> map { _ -> Bool in
|
||||
return true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user