mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Mark registrations enabled in v2 instance
This commit is contained in:
parent
522a283af1
commit
6fb3bfafc0
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ const instanceV2Controller: AppController = async (c) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
registrations: {
|
registrations: {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
approval_required: false,
|
approval_required: false,
|
||||||
message: null,
|
message: null,
|
||||||
url: null,
|
url: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue