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

Stream All Group Messages #280

Merged
merged 6 commits into from
Feb 21, 2024
Merged

Stream All Group Messages #280

merged 6 commits into from
Feb 21, 2024

Conversation

nplasterer
Copy link
Contributor

Adds the ability to stream all group messages and to stream all messages including groups.

@nplasterer nplasterer self-assigned this Feb 21, 2024
@nplasterer nplasterer requested a review from a team as a code owner February 21, 2024 07:50
await boGroup.send({ text: `Message ${i}` })
await delayToPropogate()
}
if (allMessages.length <= 10) {
Copy link
Contributor

@cameronvoell cameronvoell Feb 21, 2024

Choose a reason for hiding this comment

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

This test was failing for me here. Think it's supposed to be greater than, to verify that cancellation worked?
Hmm. Actually it's only failing for me on Android. Digging in a bit more now, might just need a delay for a slow emulator.

@nplasterer nplasterer merged commit f6e091c into beta Feb 21, 2024
5 of 6 checks passed
@nplasterer nplasterer deleted the np/stream-all-group-messages branch February 21, 2024 16:29
Copy link
Contributor

🎉 This PR is included in version 1.28.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

🎉 This PR is included in version 1.30.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

🎉 This PR is included in version 1.31.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants