fix: merge conflict

This commit is contained in:
Marie 2024-02-19 19:06:30 +00:00
commit e248e41287
1866 changed files with 6074 additions and 4455 deletions

View file

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
@ -258,6 +258,8 @@ export class MiMeta {
})
public turnstileSecretKey: string | null;
// chaptcha系を追加した際にはnodeinfoのレスポンスに追加するのを忘れないようにすること
@Column('enum', {
enum: ['none', 'all', 'local', 'remote'],
default: 'none',
@ -380,7 +382,7 @@ export class MiMeta {
default: 'https://activitypub.software/TransFem-org/Sharkey/',
nullable: false,
})
public repositoryUrl: string;
public repositoryUrl: string | null;
@Column('varchar', {
length: 1024,