This commit is contained in:
syuilo
2018-10-23 07:04:00 +09:00
parent 8ba87443ca
commit 19af2d7a7b
4 changed files with 77 additions and 1 deletions

View File

@ -42,6 +42,11 @@ export type IMetadata = {
storageProps?: any;
isSensitive?: boolean;
/**
* このファイルが添付された投稿のID一覧
*/
attachedNoteIds?: mongo.ObjectID[];
/**
* 外部の(信頼されていない)URLへの直リンクか否か
*/