Merge commit '11d312f925102cec9e558f8bf7a5dbe82eb2275e'

This commit is contained in:
Ali
2021-02-16 23:09:01 +04:00
23 changed files with 2306 additions and 1417 deletions

View File

@@ -6456,6 +6456,10 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
return
}
presentAddMembers(context: strongSelf.context, parentController: strongSelf, groupPeer: peer, selectAddMemberDisposable: strongSelf.selectAddMemberDisposable, addMemberDisposable: strongSelf.addMemberDisposable)
}, presentGigagroupHelp: { [weak self] in
if let strongSelf = self {
strongSelf.present(UndoOverlayController(presentationData: strongSelf.presentationData, content: .info(text: strongSelf.presentationData.strings.Conversation_GigagroupDescription), elevatedLayout: false, action: { _ in return true }), in: .current)
}
}, editMessageMedia: { [weak self] messageId, draw in
if let strongSelf = self {
strongSelf.controllerInteraction?.editMessageMedia(messageId, draw)