diff --git a/apps/ios/Shared/Views/Chat/ReverseList.swift b/apps/ios/Shared/Views/Chat/ReverseList.swift index d93edc0575..97b9f54526 100644 --- a/apps/ios/Shared/Views/Chat/ReverseList.swift +++ b/apps/ios/Shared/Views/Chat/ReverseList.swift @@ -434,7 +434,7 @@ class ReverseListSectionModel: ObservableObject { itemSection = itemSection.mapValues { section in section == sectionToDrop ? targetSection : section } - sections.remove(targetSection) + sections.remove(sectionToDrop) } reversedPage.forEach { ci in