upd: remove cutting off the description on relays
This commit is contained in:
parent
22fb72fcfb
commit
715dea9414
1 changed files with 1 additions and 1 deletions
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue