From 3c8883fa627945f50957f431a3c07b55c8d10862 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 05:51:19 +0200 Subject: Remove 3pid and identity servers --- tests/utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py index 5a57c015a9..57986c18bc 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -182,7 +182,6 @@ def default_config( "max_mau_value": 50, "mau_trial_days": 0, "mau_stats_only": False, - "mau_limits_reserved_threepids": [], "admin_contact": None, "rc_message": {"per_second": 10000, "burst_count": 10000}, "rc_registration": {"per_second": 10000, "burst_count": 10000}, @@ -203,7 +202,6 @@ def default_config( "rc_3pid_validation": {"per_second": 10000, "burst_count": 10000}, "rc_presence": {"per_user": {"per_second": 10000, "burst_count": 10000}}, "public_baseurl": None, - "default_identity_server": None, "key_refresh_interval": 24 * 60 * 60 * 1000, "old_signing_keys": {}, "tls_fingerprints": [], -- cgit 1.5.1