Merge branch 'develop' into merge/2025-03-24
This commit is contained in:
@@ -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 || '',
|
||||
|
||||
Reference in New Issue
Block a user