linagora / ToM-server

GNU Affero General Public License v3.0
11 stars 3 forks source link

feat : added endpoints to get/set user account data #90

Closed BichraiX closed 2 months ago

BichraiX commented 2 months ago

Added endpoints to get/set user's account data from the spec at link : https://spec.matrix.org/v1.11/client-server-api/#get_matrixclientv3useruseridaccount_datatype

along with the associated tests. Coverage is still unsufficient as merge request "client server test coverage" hasn't been accepted yet.

guimard commented 2 months ago

Waiting for #87 to see if test is really OK

chibenwa commented 2 months ago

EDIT: discovering the code base checks are likely already here, hidden in dependencies.

Given the tests are added I :+1: the code.

guimard commented 2 months ago

Instead of opening an issue to follow your change (as I put in a comment earlier), it's a good point to insert a link to Matrix spec in MR text :+1: . Please do this for all next MRs except if not relevant of course