mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-08 19:10:53 +00:00
Fix invite links crash
This commit is contained in:
parent
bd849499b0
commit
76535d587d
@ -26,7 +26,7 @@ public extension ExportedInvitation {
|
|||||||
|
|
||||||
var date: Int32? {
|
var date: Int32? {
|
||||||
switch self {
|
switch self {
|
||||||
case let .link(_, _, _, _, _, _, _, date, _, _, _, _):
|
case let .link(_, _, _, _, _, _, date, _, _, _, _, _):
|
||||||
return date
|
return date
|
||||||
case .publicJoinRequest:
|
case .publicJoinRequest:
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user