mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Enable range message deletion
This commit is contained in:
parent
89bc154b93
commit
f936636f6a
@ -11411,7 +11411,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
var selectDay: ((Int32) -> Void)?
|
||||
var openClearHistory: ((Int32) -> Void)?
|
||||
|
||||
let enableMessageRangeDeletion: Bool = false
|
||||
let enableMessageRangeDeletion: Bool = peerId.namespace == Namespaces.Peer.CloudUser
|
||||
|
||||
let calendarScreen = CalendarMessageScreen(
|
||||
context: self.context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user