1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-15 12:17:48 +00:00

Fix NAME attribute of ReplicationRemovePusherRestServlet (#17779)

This commit is contained in:
Andrew Morgan 2024-10-04 09:53:35 +01:00 committed by GitHub
parent 8bbe66a9b9
commit 316d635906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/17779.bugfix Normal file
View file

@ -0,0 +1 @@
Fix a rare bug introduced in v1.29.0 where invalidating a user's access token from a worker could raise an error.

View file

@ -48,7 +48,7 @@ class ReplicationRemovePusherRestServlet(ReplicationEndpoint):
""" """
NAME = "add_user_account_data" NAME = "remove_pusher"
PATH_ARGS = ("user_id",) PATH_ARGS = ("user_id",)
CACHE = False CACHE = False