-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug: streamDecryptedMessages from a group not working when streaming client sends message #190
Comments
Not immediately obvious why android group messages arent streaming from self, xmtp-android/library/src/main/java/org/xmtp/android/library/Group.kt Lines 185 to 194 in 5da219a
|
Issue was re-created in libxmtp repo, see libxmtp branch: cv/re-create-cant-stream-message-from-self libxmtp android test app with errors:
see log below:
|
Describe the bug
When we call
group.streamDecryptedMessages()
from a group that is referenced by client alix, and then alix sends a message, that message is not streaming.Expected behavior
Messages sent from the streaming client, and other clients should both show up when we call
group.streamDecryptedMessages()
. See passing xmtp-ios test here: xmtp/xmtp-ios#269Steps to reproduce the bug
Run the new test
testCanStreamDecryptedGroupMessagesFromSelf
from this draft PR: #189Issue is also re-produced in React Native SDK only on the Android Side, see https://github.com/xmtp/xmtp-react-native/pull/293/files
The text was updated successfully, but these errors were encountered: