diff options
Diffstat (limited to 'testrig/config.go')
| -rw-r--r-- | testrig/config.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testrig/config.go b/testrig/config.go index 3f8f22430..558e5a54c 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -88,8 +88,10 @@ func testDefaults() config.Configuration { InstanceFederationMode: config.InstanceFederationModeDefault, InstanceFederationSpamFilter: true, InstanceExposePeers: true, - InstanceExposeSuspended: true, - InstanceExposeSuspendedWeb: true, + InstanceExposeBlocklist: true, + InstanceExposeBlocklistWeb: true, + InstanceExposeAllowlist: true, + InstanceExposeAllowlistWeb: true, InstanceDeliverToSharedInboxes: true, InstanceLanguages: language.Languages{ { |
