point default repo/feedback URLs to our repos

the migration will update instances that have the old defaults, too
This commit is contained in:
dakkar 2024-02-16 10:54:33 +00:00
parent be36a793cd
commit b5cfd92e2b
2 changed files with 24 additions and 2 deletions

View file

@ -377,14 +377,14 @@ export class MiMeta {
@Column('varchar', {
length: 1024,
default: 'https://github.com/misskey-dev/misskey',
default: 'https://activitypub.software/TransFem-org/Sharkey/',
nullable: false,
})
public repositoryUrl: string;
@Column('varchar', {
length: 1024,
default: 'https://github.com/misskey-dev/misskey/issues/new',
default: 'https://activitypub.software/TransFem-org/Sharkey/-/issues/new',
nullable: true,
})
public feedbackUrl: string | null;