Add a CLI task to publish events as the Ditto admin

This commit is contained in:
Alex Gleason
2024-01-15 12:40:39 -06:00
parent 3a654b8ff2
commit e16e81da86
3 changed files with 25 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ const instanceController: AppController = async (c) => {
uri: host,
title: meta.name ?? 'Ditto',
description: meta.about ?? 'Nostr and the Fediverse',
short_description: meta.tagline ?? 'Nostr and the Fediverse',
short_description: meta.tagline ?? meta.about ?? 'Nostr and the Fediverse',
registrations: Conf.registrations,
max_toot_chars: Conf.postCharLimit,
configuration: {