mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 03:03:50 +01:00
Fix NAME attribute of ReplicationRemovePusherRestServlet
(#17779)
This commit is contained in:
parent
8bbe66a9b9
commit
316d635906
2 changed files with 2 additions and 1 deletions
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",)
|
PATH_ARGS = ("user_id",)
|
||||||
CACHE = False
|
CACHE = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue