Fix secret chat association

This commit is contained in:
Isaac 2025-05-27 19:10:12 +08:00
parent 3cad999c75
commit cf97d7bb3b

View File

@ -22,6 +22,7 @@ public final class TelegramSecretChat: Peer, Equatable {
}
public let notificationSettingsPeerId: PeerId?
public let associatedPeerOverridesIdentity: Bool = true
public var timeoutAttribute: UInt32? { return nil }