Merge branch 'develop' into merge/2025-03-24
This commit is contained in:
commit
95cd19b049
4 changed files with 59 additions and 6 deletions
|
|
@ -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 || '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue