Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add metadataKey and metadataValues query params #1019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aacgn
Copy link

@aacgn aacgn commented Mar 15, 2024

No description provided.

@emilbjorling
Copy link

emilbjorling commented May 30, 2024

@AhyoungRyu Hey! I'm currently fiddling around with this uikit and I've noticed that some query params aren't set properly for the GroupChannelList component as well. Maybe that should be included in this PR too?

As an example:

const [queryParams, setQueryParams] =
    React.useState<GroupChannelListQueryParams>({
      includeEmpty: true,
      channelNameContainsFilter: userId ?? '',
      includeMetaData: true,
    })
<GroupChannelList
    channelListQueryParams={queryParams}
    ...
/>

The metadata field is never added to the API call (even though that it is claimed to be true by default) also some other params are not respected.

This feels like a strange way of reporting a bug, but since the issues tab is disabled for this repo I'm doing it here 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants