upd: remove cutting off the description on relays

This commit is contained in:
Marie 2023-10-17 22:51:05 +02:00 committed by GitHub
parent 22fb72fcfb
commit 715dea9414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export async function getInstance(
uri: config.url,
title: meta.name || 'Sharkey',
short_description:
meta.description?.substring(0, 50) || 'See real server website',
meta.description || 'This is a vanilla Sharkey Instance. It doesn\'t seem to have a description.',
description:
meta.description ||
'This is a vanilla Sharkey Instance. It doesn\'t seem to have a description.',