mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -119,6 +119,12 @@ final class ChatTopicListTitleAccessoryPanelNode: ChatTitleAccessoryPanelNode, C
|
||||
return
|
||||
}
|
||||
self.interfaceInteraction?.updateChatLocationThread(topicId, direction ? .right : .left)
|
||||
},
|
||||
openDeletePeer: { [weak self] threadId in
|
||||
guard let controller = self?.interfaceInteraction?.chatController() as? ChatControllerImpl else {
|
||||
return
|
||||
}
|
||||
controller.openDeleteMonoforumPeer(peerId: PeerId(threadId))
|
||||
}
|
||||
)),
|
||||
environment: {
|
||||
|
||||
Reference in New Issue
Block a user