mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 18:08:30 +00:00
Enable CACHE (txn ID-based idempotence) for /add_user_account_data
This commit is contained in:
@@ -49,7 +49,7 @@ class ReplicationAddUserAccountDataRestServlet(ReplicationEndpoint):
|
||||
|
||||
NAME = "add_user_account_data"
|
||||
PATH_ARGS = ("user_id", "account_data_type")
|
||||
CACHE = False
|
||||
CACHE = True
|
||||
|
||||
def __init__(self, hs: "HomeServer"):
|
||||
super().__init__(hs)
|
||||
|
||||
Reference in New Issue
Block a user