ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 56 forks source link

Incorrect doc and or code for sql backend #22

Closed the-moog closed 4 years ago

the-moog commented 4 years ago

https://github.com/ma1uta/ma1sd/blob/master/docs/stores/sql.md States that sql:identity:type should be 'localpart' or 'mxid' But code in line 82 of src/main/java/io/kamax/mxisd/backend/sql/SqlThreePidProvider.java states says only 'uid' or 'mxid' is accepted Which is correct?

ma1uta commented 4 years ago

Thanks for the issue.