mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fixed type
This commit is contained in:
parent
b3bc8b4ef6
commit
363fa6676c
@ -56,7 +56,7 @@ public func checkOwnershipTranfserAvailability(postbox: Postbox, network: Networ
|
|||||||
}
|
}
|
||||||
} else if error.errorDescription == "CHANNELS_ADMIN_PUBLIC_TOO_MUCH" {
|
} else if error.errorDescription == "CHANNELS_ADMIN_PUBLIC_TOO_MUCH" {
|
||||||
return .userPublicChannelsTooMuch
|
return .userPublicChannelsTooMuch
|
||||||
} else if error.errorDescription == "CHANNELS_ADMIN_LOCATED_TOO_MUCHs" {
|
} else if error.errorDescription == "CHANNELS_ADMIN_LOCATED_TOO_MUCH" {
|
||||||
return .userLocatedGroupsTooMuch
|
return .userLocatedGroupsTooMuch
|
||||||
} else if error.errorDescription == "ADMINS_TOO_MUCH" {
|
} else if error.errorDescription == "ADMINS_TOO_MUCH" {
|
||||||
return .adminsTooMuch
|
return .adminsTooMuch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user