Add NIP-11 support

This commit is contained in:
Alex Gleason
2023-12-19 21:15:41 -06:00
parent b9e756de26
commit 26e64e781c
3 changed files with 28 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ const instanceController: AppController = (c) => {
return c.json({
uri: host,
title: 'Ditto',
description: 'An efficient and flexible social media server.',
short_description: 'An efficient and flexible social media server.',
description: 'Nostr and the Fediverse',
short_description: 'Nostr and the Fediverse',
registrations: Conf.registrations,
max_toot_chars: Conf.postCharLimit,
configuration: {