diff --git a/TelegramCore/NotificationExceptionsList.swift b/TelegramCore/NotificationExceptionsList.swift index 2e17529bf7..c9ceff6734 100644 --- a/TelegramCore/NotificationExceptionsList.swift +++ b/TelegramCore/NotificationExceptionsList.swift @@ -11,7 +11,7 @@ public final class NotificationExceptionsList: Equatable { public let peers: [PeerId: Peer] public let settings: [PeerId: TelegramPeerNotificationSettings] - init(peers: [PeerId: Peer], settings: [PeerId: TelegramPeerNotificationSettings]) { + public init(peers: [PeerId: Peer], settings: [PeerId: TelegramPeerNotificationSettings]) { self.peers = peers self.settings = settings }