mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-04 06:04:23 +01:00
Remove DITTO_ENV config, make registrations always open
This commit is contained in:
@@ -18,7 +18,7 @@ const instanceController: AppController = async (c) => {
|
||||
title: meta.name ?? 'Ditto',
|
||||
description: meta.about ?? 'Nostr and the Fediverse',
|
||||
short_description: meta.tagline ?? meta.about ?? 'Nostr and the Fediverse',
|
||||
registrations: Conf.registrations,
|
||||
registrations: true,
|
||||
max_toot_chars: Conf.postCharLimit,
|
||||
configuration: {
|
||||
media_attachments: {
|
||||
|
||||
Reference in New Issue
Block a user