-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read account data using specialized routes
Now that matrix-org/synapse#4303 is implemented, we don't need to resort to doing `/sync` to retrieve account data. We can do it via the new GET endpoint of the API: `/user/{user_id}/account_data/{account_dataType}` This API endpoint landed in Synapse v0.34.1, so versions prior to that will not be supported anymore.
- Loading branch information
1 parent
fe1f295
commit 1add2d2
Showing
2 changed files
with
18 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters