Skip to content

Commit

Permalink
Merge branch 'master' into moderation-v2-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyPettersson85 committed Jun 13, 2024
2 parents 6f8a2cc + c58feeb commit 5e69c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.36.0](https://github.com/GetStream/stream-chat-js/compare/v8.35.0...v8.36.0) (2024-06-10)


### Features

* block user update, block_user response ([#1320](https://github.com/GetStream/stream-chat-js/issues/1320)) ([ac60a91](https://github.com/GetStream/stream-chat-js/commit/ac60a910a36c5b8d3fff366eb22134031afb0850))

## [8.35.0](https://github.com/GetStream/stream-chat-js/compare/v8.34.0...v8.35.0) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat",
"version": "8.35.0",
"version": "8.36.0",
"description": "JS SDK for the Stream Chat API",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down
3 changes: 0 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@ export type MuteUserResponse<StreamChatGenerics extends ExtendableGenerics = Def
};

export type BlockUserAPIResponse = APIResponse & {
blocks: BlockUserResponse[];
};
export type BlockUserResponse = APIResponse & {
blocked_at: string;
blocked_by_user_id: string;
blocked_user_id: string;
Expand Down

0 comments on commit 5e69c6f

Please sign in to comment.