Enable CACHE (txn ID-based idempotence) for /add_user_account_data

This commit is contained in:
Olivier 'reivilibre
2026-08-18 14:53:47 +01:00
parent c0357de4ed
commit fb9a2f62d7
+1 -1
View File
@@ -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)