checkPublicChannelCreationAvailability: removed retryRequest

This commit is contained in:
Ilya Laktyushin 2019-06-20 17:53:31 +02:00
parent 9e06580e83
commit 64d77f5f51

View File

@ -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
}