Update instance.ts

This commit is contained in:
Marie 2025-05-05 17:33:27 +00:00
parent e2be44fb99
commit cb3f5f598d

View file

@ -50,7 +50,7 @@ export class ApiInstanceMastodon {
const roles = await this.roleService.getUserPolicies(me?.id ?? null);
const response: MastodonEntity.Instance = {
uri: this.config.url.replace(/^(https?:|)\/\//, ''),
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 || '',