Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.16.0rc1 | Andrew Morgan | 2020-07-01 | 1 | -1/+0 |
| | |||||
* | Update m.id.phone to use 'phone' instead of 'number' (#7687) | Andrew Morgan | 2020-06-15 | 1 | -0/+1 |
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. |