mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +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))
|
return account.network.request(Api.functions.channels.getAdminedPublicChannels(flags: flags))
|
||||||
|> retryRequest
|
|
||||||
|> map { _ -> Bool in
|
|> map { _ -> Bool in
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user