-
Notifications
You must be signed in to change notification settings - Fork 260
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(ffi): Add method to send custom events with JSON content #4390
feat(ffi): Add method to send custom events with JSON content #4390
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4390 +/- ##
=======================================
Coverage 85.15% 85.15%
=======================================
Files 280 280
Lines 30881 30881
=======================================
+ Hits 26296 26297 +1
+ Misses 4585 4584 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, needs a bit more work but generally looks good.
Thanks for your feedback :) These we're my first steps in the Rust space ^^ |
Seems that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good.
…4390) This patch adds the Room::send_raw method to the bindings, making it usable from e.g. Swift. Signed-off-by: Jonas Richard Richter <[email protected]>
This PR adds the send_raw methods to the bindings, making it usable from e.g. Swift.
Signed-off-by: Jonas Richard Richter [email protected]