From 339089a3f80e88df3d6b46027b0b36e7551e1196 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sun, 22 Oct 2023 22:17:27 +0400 Subject: [PATCH] Fix build --- submodules/TelegramUI/Sources/ChatController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Sources/ChatController.swift b/submodules/TelegramUI/Sources/ChatController.swift index 5a21d951c1..ac1cf29076 100644 --- a/submodules/TelegramUI/Sources/ChatController.swift +++ b/submodules/TelegramUI/Sources/ChatController.swift @@ -4921,7 +4921,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G } else { text = "This quote is from a private chat" } - self.controllerInteraction?.displayUndo(.info(title: nil, text: text, timeout: nil)) + self.controllerInteraction?.displayUndo(.info(title: nil, text: text, timeout: nil, customUndoText: nil)) }, automaticMediaDownloadSettings: self.automaticMediaDownloadSettings, pollActionState: ChatInterfacePollActionState(), stickerSettings: self.stickerSettings, presentationContext: ChatPresentationContext(context: context, backgroundNode: self.chatBackgroundNode)) controllerInteraction.enableFullTranslucency = context.sharedContext.energyUsageSettings.fullTranslucency