From 98fd558382226b347d78e5f6e6782c6e74c25e69 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Thu, 23 Mar 2023 12:11:14 +0000 Subject: Add a primitive helper script for listing worker endpoints. (#15243) Co-authored-by: Patrick Cloke --- synapse/rest/client/room_batch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse/rest/client/room_batch.py') diff --git a/synapse/rest/client/room_batch.py b/synapse/rest/client/room_batch.py index ef284ecc11..69f85112d8 100644 --- a/synapse/rest/client/room_batch.py +++ b/synapse/rest/client/room_batch.py @@ -69,6 +69,7 @@ class RoomBatchSendEventRestServlet(RestServlet): "/rooms/(?P[^/]*)/batch_send$" ), ) + CATEGORY = "Client API requests" def __init__(self, hs: "HomeServer"): super().__init__() -- cgit 1.4.1