Skip to content

Commit

Permalink
Fix NAME attribute of ReplicationRemovePusherRestServlet
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 2, 2024
1 parent d4e3ad0 commit 5acd8d2
Showing 1 changed file with 1 addition and 1 deletion.
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 5acd8d2

Please sign in to comment.