mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -191,7 +191,7 @@ private let phonebookUsernamePrefix = "https://t.me/" + phonebookUsernamePathPre
|
||||
|
||||
public extension DeviceContactUrlData {
|
||||
convenience init(appProfile: PeerId) {
|
||||
self.init(label: "Telegram", value: "\(phonebookUsernamePrefix)\(appProfile.id)")
|
||||
self.init(label: "Telegram", value: "\(phonebookUsernamePrefix)\(appProfile.id._internalGetInt64Value())")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user