matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.55k stars 583 forks source link

Prefix the user+device state key if needed #4262

Closed AndrewFerr closed 3 months ago

AndrewFerr commented 3 months ago

No need to prefix it for rooms that use MSC3779. Otherwise, prefix it to bypass the auth rule for state events with keys starting with @.

Signed-off-by: Andrew Ferrazzutti andrewf@element.io

Checklist

AndrewFerr commented 3 months ago

Test coverage on new code is 100%, so barring review changes, this PR is ready to go.