1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 11:35:35 +02:00
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[];
};
/**