Fix invite links crash

This commit is contained in:
Ilya Laktyushin 2022-04-24 01:34:40 +04:00
parent bd849499b0
commit 76535d587d

View File

@ -26,7 +26,7 @@ public extension ExportedInvitation {
var date: Int32? {
switch self {
case let .link(_, _, _, _, _, _, _, date, _, _, _, _):
case let .link(_, _, _, _, _, _, date, _, _, _, _, _):
return date
case .publicJoinRequest:
return nil