add default mau_limits_reserved_threepids

This commit is contained in:
Neil Johnson 2018-08-06 23:24:54 +01:00
parent 7daa8a78c5
commit fbe255f9a4

View File

@ -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.