This commit is contained in:
syuilo
2018-05-29 00:36:52 +09:00
parent 5d82443389
commit bd1f3a2f01
3 changed files with 22 additions and 23 deletions

View File

@ -77,6 +77,7 @@ export type INote = {
host: string;
inbox?: string;
};
_replyIds?: mongo.ObjectID[];
};
/**