Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for show_deleted_message in getMessage #161

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

guerinoni
Copy link
Contributor

@guerinoni guerinoni commented Mar 4, 2024

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)

Description of the pull request

@guerinoni guerinoni requested a review from gumuz as a code owner March 4, 2024 23:55
@guerinoni guerinoni self-assigned this Mar 4, 2024
@@ -321,7 +321,11 @@ def update_message_partial(
def delete_message(self, message_id: str, **options: Any) -> StreamResponse:
return self.delete(f"messages/{message_id}", options)

def get_message(self, message_id: str) -> StreamResponse:
def get_message(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [mypy] reported by reviewdog 🐶
Function is missing a type annotation for one or more arguments [no-untyped-def]

stream_chat/async_chat/client.py Outdated Show resolved Hide resolved
Copy link
Contributor

@totalimmersion totalimmersion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also missing a few tests

@totalimmersion totalimmersion merged commit e42aa94 into master Mar 8, 2024
6 checks passed
@totalimmersion totalimmersion deleted the show_deleted_message branch March 8, 2024 15:14
@github-actions github-actions bot mentioned this pull request Mar 8, 2024
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.

None yet

2 participants