mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-06 02:35:54 -05:00

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.