mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
requestSent error
This commit is contained in:
parent
78ba4b3552
commit
707946fd53
@ -8,7 +8,7 @@ public enum JoinLinkError {
|
||||
case generic
|
||||
case tooMuchJoined
|
||||
case tooMuchUsers
|
||||
case requestAlreadySent
|
||||
case requestSent
|
||||
}
|
||||
|
||||
func apiUpdatesGroups(_ updates: Api.Updates) -> [Api.Chat] {
|
||||
@ -46,7 +46,7 @@ func _internal_joinChatInteractively(with hash: String, account: Account) -> Sig
|
||||
case "USERS_TOO_MUCH":
|
||||
return .tooMuchUsers
|
||||
case "INVITE_REQUEST_SENT":
|
||||
return .requestAlreadySent
|
||||
return .requestSent
|
||||
default:
|
||||
return .generic
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user