diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index f48c73dc6b..c26642ac45 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -447,6 +447,7 @@ struct ChatView: View { .onChange(of: im.itemAdded) { added in if added { im.itemAdded = false + sectionModel.resetSections(items: im.reversedChatItems) if FloatingButtonModel.shared.isReallyNearBottom { scrollModel.scrollToBottom() }