Skip to content

Commit

Permalink
Newly created channels did not pop up at the top in the demo app (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
laevandus authored Jan 31, 2025
1 parent 444a96f commit 9aae067
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DemoApp/StreamChat/DemoAppCoordinator+DemoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ extension DemoAppCoordinator {
// Construct channel list query
let sorting: [Sorting<ChannelListSortingKey>] = [
Sorting(key: .pinnedAt),
Sorting(key: .lastMessageAt),
Sorting(key: .createdAt)
Sorting(key: .default)
]
let channelListQuery: ChannelListQuery
switch user {
Expand Down

0 comments on commit 9aae067

Please sign in to comment.