Add a debug option for disabling quick reactions (by utsavDave97)

This commit is contained in:
Ali
2022-12-25 20:10:32 +04:00
parent d826bd06c0
commit a188b485f2
4 changed files with 32 additions and 7 deletions

View File

@@ -1647,6 +1647,11 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
return
}
if strongSelf.context.sharedContext.immediateExperimentalUISettings.disableQuickReaction {
itemNode.openMessageContextMenu()
return
}
let chosenReaction: MessageReaction.Reaction?
switch reaction {