URLプレビューのサムネイルを隠す機能を追加 (MisskeyIO#214)

This commit is contained in:
CyberRex
2023-11-07 02:31:26 +09:00
committed by GitHub
parent f229e26312
commit ec5e1df9f5
11 changed files with 76 additions and 1 deletions

View File

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