[Question]
Filtering and ordering group channels by metadata was supported in JS SDK version 3 with function createGroupChannelListQuery.
And ChannelList component in react ui kit version 2 based on JS SDK version 3 also supported the feature.
But function createGroupChannelListQuery in JS SDK version 3 is deprecated and replaced by function createGroupChannelCollection in JS SDK version 4.
And I think function createGroupChannelCollection doesn’t support filtering and ordering group channels by metadata.
So GroupChannelList component in react ui kit version 3 based on JS SDK version 4 doesn’t support the feature too.
So is it supported to filter and order group channels by metadata in react ui kit version 3?
And if the feature is not supported now, is there any plan to support the feature?