mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 04:12:26 -06:00
invert reject / allow to make default more sensible
This commit is contained in:
parent
6df577696b
commit
220b17e2f8
7 changed files with 40 additions and 40 deletions
|
@ -107,7 +107,7 @@ func testDefaults() config.Configuration {
|
|||
InstanceSubscriptionsProcessFrom: "23:00", // 11pm,
|
||||
InstanceSubscriptionsProcessEvery: 24 * time.Hour, // 1/day.
|
||||
InstanceAllowBackdatingStatuses: true,
|
||||
InstanceRejectEmptyUserAgents: false,
|
||||
InstanceAllowEmptyUserAgents: true,
|
||||
|
||||
AccountsRegistrationOpen: true,
|
||||
AccountsReasonRequired: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue