1
0

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
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",)
CACHE = False