This commit is contained in:
syuilo
2018-04-06 04:04:50 +09:00
parent 0154e44e1d
commit a6fb4f2e33
2 changed files with 69 additions and 43 deletions

View File

@ -52,6 +52,20 @@ export type IPost = {
speed: number;
};
uri: string;
_reply?: {
userId: mongo.ObjectID;
};
_repost?: {
userId: mongo.ObjectID;
};
_user: {
host: string;
hostLower: string;
account: {
inbox?: string;
};
};
};
/**