mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -71,6 +71,13 @@ extension ChatControllerImpl {
|
||||
case .custom, .twoLists:
|
||||
break
|
||||
}
|
||||
|
||||
var allowedReactions = allowedReactions
|
||||
if allowedReactions != nil, case let .customChatContents(customChatContents) = self.presentationInterfaceState.subject {
|
||||
if case let .hashTagSearch(publicPosts) = customChatContents.kind, publicPosts {
|
||||
allowedReactions = nil
|
||||
}
|
||||
}
|
||||
|
||||
var tip: ContextController.Tip?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user