Revert "Avoid rate limit in presence endpoint"
This reverts commit7423299a7c, which is no longer needed as of8746108de5
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user