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