Fix position

This commit is contained in:
Isaac
2024-01-26 17:55:07 +01:00
parent 676f413a60
commit f28303a1bf
4 changed files with 30 additions and 16 deletions

View File

@@ -110,7 +110,6 @@ extension ChatControllerImpl {
return
}
self.chatDisplayNode.historyNode.frozenMessageForScrollingReset = message.id
self.interfaceInteraction?.updateHistoryFilter { _ in
return ChatPresentationInterfaceState.HistoryFilter(customTags: tags, isActive: true)
}