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: new API endpoint query_message_history #168

Merged
merged 4 commits into from
May 17, 2024

Conversation

vishalnarkhede
Copy link
Contributor

@vishalnarkhede vishalnarkhede commented May 16, 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

Backend PR - https://github.com/GetStream/chat/pull/6301
Jira ticket - https://stream-io.atlassian.net/browse/PBE-3685

@vishalnarkhede vishalnarkhede marked this pull request as draft May 16, 2024 15:48
@vishalnarkhede vishalnarkhede marked this pull request as ready for review May 17, 2024 15:04
@@ -8,7 +8,7 @@
"pyjwt>=2.0.0,<3",
"typing_extensions; python_version < '3.8'",
]
tests_require = ["pytest", "pytest-asyncio <= 0.21.1"]
tests_require = ["pytest == 8.1.1", "pytest-asyncio <= 0.21.1"]
Copy link
Contributor

Choose a reason for hiding this comment

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

pinned pytest version to last known working version
pytest-dev/pytest#12269

@vishalnarkhede vishalnarkhede requested a review from gumuz May 17, 2024 15:10
@vishalnarkhede vishalnarkhede merged commit f3f4c9f into master May 17, 2024
6 checks passed
@vishalnarkhede vishalnarkhede deleted the pbe-1666-message-edits branch May 17, 2024 15:18
@github-actions github-actions bot mentioned this pull request May 17, 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.

2 participants