Merge branch 'develop' into merge/2025-03-24

This commit is contained in:
Hazelnoot 2025-05-06 11:20:46 -04:00
commit 95cd19b049
4 changed files with 59 additions and 6 deletions

View file

@ -39,7 +39,7 @@ export class ApiInstanceMastodon {
const instance = data.data;
const response: MastodonEntity.Instance = {
uri: this.config.url,
uri: this.config.host,
title: this.meta.name || 'Sharkey',
description: this.meta.description || 'This is a vanilla Sharkey Instance. It doesn\'t seem to have a description.',
email: instance.email || '',