diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-05 12:13:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 12:13:50 -0400 |
commit | 36df9c5e36cbad2a378d922085453726a21ae80c (patch) | |
tree | 536d44ca05802e32fa0adc05fcffcc97734d4648 /changelog.d | |
parent | Handle `DNSNotImplementedError` in SRV resolver (#15523) (diff) | |
download | synapse-36df9c5e36cbad2a378d922085453726a21ae80c.tar.xz |
Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)
Behind a configuration flag this adds + to the list of allowed characters in Matrix IDs. The main feature this enables is using full E.164 phone numbers as Matrix IDs.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15536.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15536.feature b/changelog.d/15536.feature new file mode 100644 index 0000000000..824c24575f --- /dev/null +++ b/changelog.d/15536.feature @@ -0,0 +1 @@ +Implement [MSC4009](https://github.com/matrix-org/matrix-spec-proposals/pull/4009) to expand the supported characters in Matrix IDs. |