1
0

Revert "Avoid rate limit in presence endpoint"

This reverts commit 7423299a7c,
which is no longer needed as of 8746108de5
This commit is contained in:
Sven Mäder
2025-01-24 14:38:29 +01:00
parent 521b553647
commit f10eea8bb6
2 changed files with 0 additions and 6 deletions

View File

@@ -266,9 +266,6 @@ class PresenceRouterTestCase(FederatingHomeserverTestCase):
self.assertEqual(presence_update.state, "online")
self.assertEqual(presence_update.status_msg, "boop")
# Advance time a sufficient amount to avoid rate limiting.
self.reactor.advance(30)
# Have all three users send presence
send_presence_update(
self,

View File

@@ -995,9 +995,6 @@ def _test_sending_local_online_presence_to_local_user(
# Now we check that we don't receive *offline* updates using ModuleApi.send_local_online_presence_to.
# Advance time a sufficient amount to avoid rate limiting.
test_case.reactor.advance(30)
# Presence sender goes offline
send_presence_update(
test_case,