summary refs log tree commit diff
path: root/synapse/rest/client/account_data.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extra validation for rest/client/account_data (#13148)David Robertson2022-07-011-2/+17
| | | | | | | * Extra validation for rest/client/account_data This is a fairly simple endpoint and we did pretty well here. * Changelog
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Make the `get_global_account_data_by_type_for_user` cache be a tree-cache ↵reivilibre2022-01-211-1/+1
| | | | whose key is prefixed with the user ID (#11788)
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-7/+30
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+122