feat(frontend): Misskey Gamesのリストに鯖缶指定のチャンネルを載せる (MisskeyIO#383)

This commit is contained in:
まっちゃとーにゅ 2024-01-24 19:57:51 +09:00 committed by GitHub
parent 7884901950
commit ac79f1fdc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 232 additions and 13 deletions

View file

@ -591,4 +591,9 @@ export class MiMeta {
length: 3072, array: true, default: '{}',
})
public urlPreviewDenyList: string[];
@Column('varchar', {
length: 1024, array: true, default: '{}',
})
public featuredGameChannels: string[];
}