mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Bugfixes
This commit is contained in:
parent
5da7197c55
commit
bb9b706c94
44 changed files with 781 additions and 175 deletions
|
|
@ -21,6 +21,8 @@ public extension Peer {
|
|||
}
|
||||
} else if let lastName = user.lastName {
|
||||
return lastName
|
||||
} else if let phone = user.phone {
|
||||
return "+\(phone)"
|
||||
} else {
|
||||
return strings.User_DeletedAccount
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue