Add a developer option for history sharing on invite#4172
Add a developer option for history sharing on invite#4172stefanceriu merged 1 commit intodevelopfrom
Conversation
Generated by 🚫 Danger Swift against f19196f |
21c34fe to
8985cdc
Compare
|
This is draft for now pending a release of matrix-sdk including matrix-org/matrix-rust-sdk#5141, but: Please note I lack Apple hardware, so this is completely untested. I figured this would give someone who knows what they are doing a place to start. |
|
This looks great, thank you @richvdh! |
|
Yup, hope so! |
Adds a new developer flag, enabling our experimental support for MSC4268.
8985cdc to
f19196f
Compare
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #4172 +/- ##
===========================================
+ Coverage 79.13% 79.15% +0.01%
===========================================
Files 820 820
Lines 75051 75065 +14
===========================================
+ Hits 59393 59417 +24
+ Misses 15658 15648 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |



Adds a new developer flag, enabling our experimental support for MSC4268.
Part of element-hq/element-meta#2871. Requires matrix-org/matrix-rust-sdk#5141, so won't build yet. An equivalent to element-hq/element-x-android#4821.