0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 10:18:52 +02:00
synapse/changelog.d
Andrew Morgan b8ee03caff
Update m.id.phone to use 'phone' instead of 'number' (#7687)
The spec [states](https://matrix.org/docs/spec/client_server/r0.6.1#phone-number) that `m.id.phone` requires the field `country` and `phone`.

In Synapse, we've been enforcing `country` and `number`.

I am not currently sure whether this affects any client implementations.

This issue was introduced in #1994.
2020-06-15 17:46:23 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
7606.bugfix Remove "user_id" from GET /presence. (#7606) 2020-06-11 14:13:53 -04:00
7639.feature Add option to enable encryption by default for new rooms (#7639) 2020-06-10 17:44:34 +01:00
7648.bugfix Discard RDATA from already seen positions. (#7648) 2020-06-15 08:44:54 -04:00
7652.doc fix typo in sample_config.yaml (#7652) 2020-06-11 11:51:10 +01:00
7657.misc Clean-up the fallback login code. (#7657) 2020-06-10 09:50:39 -04:00
7663.bugfix Take out a lock before modifying _CACHES (#7663) 2020-06-10 18:27:49 +01:00
7664.misc Increase the default SAML session expirary time to 15 minutes. (#7664) 2020-06-11 07:55:45 -04:00
7687.bugfix Update m.id.phone to use 'phone' instead of 'number' (#7687) 2020-06-15 17:46:23 +01:00
7688.bugfix Fix warnings about losing log context during UI auth. (#7688) 2020-06-12 15:01:00 -04:00
7689.bugfix Fix a typo when comparing the URI & method during UI Auth. (#7689) 2020-06-12 14:12:04 -04:00
7692.misc Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
7698.bugfix Fix "There was no active span when trying to log." error (#7698) 2020-06-15 16:42:21 +01:00