We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008e3b2 commit d362e2bCopy full SHA for d362e2b
1 file changed
synapse/storage/databases/main/client_ips.py
@@ -630,10 +630,6 @@ async def insert_client_ip(
630
if user_agent == "sync-v3-proxy-":
631
return
632
633
- # Beeper hack: don't track admin API IPs as not user generated requests
634
- if user_id == "@admin-api:beeper.com":
635
- return
636
-
637
if not now:
638
now = int(self._clock.time_msec())
639
key = (user_id, access_token, ip)
0 commit comments