ma1uta / matrix-synapse-rest-password-provider

Password Provider for Synapse fetching data from a REST endpoint
GNU Affero General Public License v3.0
27 stars 17 forks source link

Update set_profile_displayname to use UserID type #11

Open joshuaboniface opened 1 year ago

joshuaboniface commented 1 year ago

This is required as the function was updated to take this explicit type, rather than just the localpart, in https://github.com/matrix-org/synapse/pull/15458 as part of version 1.83.

This is stacked atop https://github.com/ma1uta/matrix-synapse-rest-password-provider/pull/10 to ensure everything is updated.