summary refs log tree commit diff
path: root/synapse/rest/client/room.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--synapse/rest/client/room.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/room.py b/synapse/rest/client/room.py
index 6d8421a523..57dbab5ae1 100644
--- a/synapse/rest/client/room.py
+++ b/synapse/rest/client/room.py
@@ -351,6 +351,7 @@ class RoomSendEventRestServlet(TransactionRestServlet):
         txn_id: Optional[str] = None,
     ) -> Tuple[int, JsonDict]:
         requester = await self.auth.get_user_by_req(request, allow_guest=True)
+        logger.info("SP!!!")
         with SelectiveProfiling(
             send_event_profiler,
             enable=requester.user.to_string() == "@reivilibre.element:librepush.net",