Skip to content

Commit

Permalink
feat: add support for notifications_muted in queryMembers (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion authored May 8, 2024
1 parent d527ac6 commit 7e02ac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,11 @@ export type UserFilters<StreamChatGenerics extends ExtendableGenerics = DefaultG
>
>
| PrimitiveFilter<UserResponse<StreamChatGenerics>['name']>;
notifications_muted?:
| RequireOnlyOne<{
$eq?: PrimitiveFilter<UserResponse<StreamChatGenerics>['notifications_muted']>;
}>
| boolean;
teams?:
| RequireOnlyOne<{
$contains?: PrimitiveFilter<string>;
Expand Down

0 comments on commit 7e02ac8

Please sign in to comment.