-
Notifications
You must be signed in to change notification settings - Fork 257
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
Support stable identifiers for MSC4115 #3507
Comments
I think this might actually be a no-op? The code in question has: if let Ok(Some(unsigned)) = raw_event.get_field::<UnsignedWithMembership>("unsigned") {
if let Membership::Leave = unsigned.membership {
// We were not a member - this is the cause of the UTD
return UtdCause::Membership;
}
} where
Given that Would be good to test this works once element-hq/synapse#17282 lands. |
(by the way, @andybalaam: accepting the proposed stable name before the MSC lands is considered bad karma: there's no guarantee that |
In fact, #3337 even included tests for the stable name, so I think we can consider this done. |
Ouch, sorry/thanks. |
matrix-org/matrix-spec-proposals#4115 has now completed FCP; servers will soon start exposing the information using stable identifiers (element-hq/synapse#17264) and we should add support for them.
The text was updated successfully, but these errors were encountered: