-
Notifications
You must be signed in to change notification settings - Fork 265
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(send queue): allow setting intentional mentions in media captions edits #4464
feat(send queue): allow setting intentional mentions in media captions edits #4464
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4464 +/- ##
==========================================
+ Coverage 85.06% 85.07% +0.01%
==========================================
Files 283 283
Lines 31748 31749 +1
==========================================
+ Hits 27005 27011 +6
+ Misses 4743 4738 -5 ☔ View full report in Codecov by Sentry. |
I've hooked this up in EXI (using Original event
When editing it to add the caption Edited eventLatest Edit JSON
There was no mention on EX or EW shown in the room list. I would have thought the Edit: Ok yeah, just sending a plain text edit (in EW at this stage) with a mention reveals that the m.text message edited to add a mention copied from EW
|
Thanks for testing Doug! There's a bug in Ruma, so this is the best the SDK can do at the moment. Will fix on the Ruma side. |
58e923b
to
65ee236
Compare
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.
Looks good, thanks!
Fixes #4302.
Now with tests. Will need ruma/ruma#1991 to fully work, so a bump of Ruma.