[Problem/Question]
- We update the metadata of a channel on the backend.
- We have set
<GroupChannelListProvider
channelListQueryParams={{
customTypesFilter: [DESK_CHANNEL_TYPE],
includeMetaData: true,
}}
.../>
in our React app
3. We use const { groupChannels, refresh } = useGroupChannelListContext()
to display the channels.
4. When invoking refresh()
we don’t get the updated metadata.
5. Only “hard” reload works.
[UIKit Version]
"@sendbird/chat": "^4.13.0",
"@sendbird/uikit-react": "^3.14.12",