Skip to content

Commit 3912314

Browse files
authored
Newly created channels did not pop up at the top in the demo app (#738)
1 parent b8045ad commit 3912314

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DemoAppSwiftUI/DemoAppSwiftUIApp.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ extension AppState {
152152
filter: .containMembers(userIds: [currentUserId]),
153153
sort: [
154154
Sorting(key: .pinnedAt),
155-
Sorting(key: .lastMessageAt),
156-
Sorting(key: .createdAt)
155+
Sorting(key: .default)
157156
]
158157
)
159158
case .archived:

0 commit comments

Comments
 (0)