[WIP] Monoforums

This commit is contained in:
Isaac
2025-05-05 18:02:50 +02:00
parent 65a0b41071
commit cbb09e4780
20 changed files with 4306 additions and 2108 deletions

View File

@@ -589,6 +589,13 @@ func updateChatPresentationInterfaceStateImpl(
}
}
if selfController.chatDisplayNode.historyNode.chatLocation != selfController.presentationInterfaceState.chatLocation {
selfController.chatLocation = selfController.presentationInterfaceState.chatLocation
selfController.reloadChatLocation()
selfController.reloadCachedData()
selfController.chatDisplayNode.historyNode.updateChatLocation(chatLocation: selfController.presentationInterfaceState.chatLocation)
}
selfController.updateDownButtonVisibility()
if selfController.presentationInterfaceState.hasBirthdayToday {