From 948dd7d545fa60b20eedc8afc167ab8c2d2cdd9d Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 28 Dec 2021 14:44:23 +0300 Subject: [PATCH] Fix emoji in the input field with Qt 6.2.2. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index df32c5538..a29b7e722 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -401,7 +401,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 5368789dc7 + git checkout 02ee00b71c """) stage('depot_tools', """