Skip to content

Commit

Permalink
Fix NAME attribute of ReplicationRemovePusherRestServlet (#17779)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Oct 4, 2024
1 parent 8bbe66a commit 316d635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/17779.bugfix
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion synapse/replication/http/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ReplicationRemovePusherRestServlet(ReplicationEndpoint):
"""

NAME = "add_user_account_data"
NAME = "remove_pusher"
PATH_ARGS = ("user_id",)
CACHE = False

Expand Down

0 comments on commit 316d635

Please sign in to comment.