Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Morgan
21d30186c5 newsfile 2024-10-02 17:50:27 +01:00
Andrew Morgan
5acd8d258c Fix NAME attribute of ReplicationRemovePusherRestServlet 2024-10-02 17:37:55 +01:00
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