Skip to content

Commit

Permalink
feat: list of blocked users should be returned while connecting user (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi authored Jun 6, 2024
1 parent d06acaa commit 415f9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ export type UpdateUsersAPIResponse<StreamChatGenerics extends ExtendableGenerics

export type UserResponse<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = User<StreamChatGenerics> & {
banned?: boolean;
blocked_user_ids?: string[];
created_at?: string;
deactivated_at?: string;
deleted_at?: string;
Expand Down

0 comments on commit 415f9c7

Please sign in to comment.