Skip to content

Conversation

@sierpinskid
Copy link
Member

@sierpinskid sierpinskid commented May 9, 2023

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)
  • Commit message fits conventional commits. Important for CHANGELOG generation.

Description of the pull request

Add missing user_id field that is required by some queries (e.g. invites)
example:
POST /channels

{"offset":0,"limit":20,"filter_conditions":{"invite":"pending","members":{"$in":["temp-test-user-43285d2c-2d50-4e28-8f96-32cee3013ee5"]}}}

returns an error QueryChannels failed with error: "invite requires a valid user", but works fine if user_id is added

@sierpinskid sierpinskid merged commit a63eb3e into master May 9, 2023
@sierpinskid sierpinskid deleted the add-user-field-to-query-channels-options branch May 9, 2023 12:31
@sierpinskid sierpinskid mentioned this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants