Fix NAME attribute of ReplicationRemovePusherRestServlet (#17779)
This commit is contained in:
parent
8bbe66a9b9
commit
316d635906
1
changelog.d/17779.bugfix
Normal file
1
changelog.d/17779.bugfix
Normal 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.
|
||||
@ -48,7 +48,7 @@ class ReplicationRemovePusherRestServlet(ReplicationEndpoint):
|
||||
|
||||
"""
|
||||
|
||||
NAME = "add_user_account_data"
|
||||
NAME = "remove_pusher"
|
||||
PATH_ARGS = ("user_id",)
|
||||
CACHE = False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user