Implement #2983
This commit is contained in:
parent
8ba87443ca
commit
19af2d7a7b
4 changed files with 77 additions and 1 deletions
|
@ -42,6 +42,11 @@ export type IMetadata = {
|
|||
storageProps?: any;
|
||||
isSensitive?: boolean;
|
||||
|
||||
/**
|
||||
* このファイルが添付された投稿のID一覧
|
||||
*/
|
||||
attachedNoteIds?: mongo.ObjectID[];
|
||||
|
||||
/**
|
||||
* 外部の(信頼されていない)URLへの直リンクか否か
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue