add default mau_limits_reserved_threepids

pull/14/head
Neil Johnson 6 years ago
parent 7daa8a78c5
commit fbe255f9a4
  1. 1
      tests/utils.py

@ -74,6 +74,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
config.media_storage_providers = []
config.auto_join_rooms = []
config.limit_usage_by_mau = False
config.mau_limits_reserved_threepids = []
# disable user directory updates, because they get done in the
# background, which upsets the test runner.

Loading…
Cancel
Save