Merge commit '399933bc5e681018a21941b27081142caed9cb0b'

This commit is contained in:
Isaac
2025-03-13 00:35:11 +01:00
143 changed files with 3629 additions and 755 deletions

View File

@@ -3281,6 +3281,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode {
}, openPhotoSetup: {
}, openAdInfo: { node in
interaction.openAdInfo(node)
}, openAccountFreezeInfo: {
})
chatListInteraction.isSearchMode = true
@@ -5263,6 +5264,7 @@ public final class ChatListSearchShimmerNode: ASDisplayNode {
}, openWebApp: { _ in
}, openPhotoSetup: {
}, openAdInfo: { _ in
}, openAccountFreezeInfo: {
})
var isInlineMode = false
if case .topics = key {