From 25d54d7bb94f4fcbc39aabf1cff78734b2eec783 Mon Sep 17 00:00:00 2001 From: overtake Date: Tue, 5 Oct 2021 16:56:28 +0300 Subject: [PATCH] equatable for InviteFlags --- .../TelegramCore/Sources/TelegramEngine/Peers/JoinLink.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCore/Sources/TelegramEngine/Peers/JoinLink.swift b/submodules/TelegramCore/Sources/TelegramEngine/Peers/JoinLink.swift index 62aee7aebe..1e2c594e3a 100644 --- a/submodules/TelegramCore/Sources/TelegramEngine/Peers/JoinLink.swift +++ b/submodules/TelegramCore/Sources/TelegramEngine/Peers/JoinLink.swift @@ -23,7 +23,7 @@ func apiUpdatesGroups(_ updates: Api.Updates) -> [Api.Chat] { public enum ExternalJoiningChatState { - public struct InviteFlags { + public struct InviteFlags : Equatable { public let isChannel: Bool public let isBroadcast: Bool public let isPublic: Bool