Skip to content

Commit 5999443

Browse files
fix: update stream_chat/base/channel.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a30e02 commit 5999443

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stream_chat/base/channel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ def archive(self, user_id: str) -> Union[StreamResponse, Awaitable[StreamRespons
465465
pass
466466

467467
@abc.abstractmethod
468-
def unarchive(self, user_id: str) -> Union[StreamResponse, Awaitable[StreamResponse]]:
468+
def unarchive(
469+
self, user_id: str
470+
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
469471
"""
470472
Unpins a channel
471473
Allows a user to unpin the channel (only for theirselves)

0 commit comments

Comments
 (0)