[Bug]: ChannelListQuery wont work as expected #3543
Labels
🐞 Bug
An issue or PR related to a bug
🔎 Investigating
This issue is currently being investigated (Not reproducible yet)
Actual behaviour
I want to achieve the sort list going to be
The channel type team must stay at the top and the messaging is on the bottom of that channel type.
for example
Chat A (channel type: Team)
Chat B (channel type: Messaging)
Chat C (channel type: Messaging)
if there is new chat on C the list going to be
Chat A (channel type: Team)
Chat C (channel type: Messaging)
Chat B (channel type: Messaging)
the current behaviour, is sometimes the chat is
Chat A (channel type: Team)
Chat B (channel type: Messaging)
Chat C (channel type: Messaging)
Expected behaviour
I want to achieve the sort list going to be
The channel type team must stay at the top and the messaging is on the bottom of that channel type.
for example
Chat A (channel type: Team)
Chat B (channel type: Messaging)
Chat C (channel type: Messaging)
if there is new chat on C the list going to be
Chat A (channel type: Team)
Chat C (channel type: Messaging)
Chat B (channel type: Messaging)
Steps to reproduce
Which packages are you using?
No response
Which SDK version are you using?
4.62.0
Which iOS version is the issue reproducible?
18.1
Which iPhone Device is the issue reproducible?
iPhone 16
Which Xcode version are you using?
16.1
The text was updated successfully, but these errors were encountered: