ストーキング実装

Closes #1511
This commit is contained in:
syuilo
2018-04-19 12:43:25 +09:00
parent d403869945
commit 0d5bc3be66
22 changed files with 310 additions and 80 deletions

View File

@ -58,6 +58,7 @@ export type INote = {
};
uri: string;
// 非正規化
_reply?: {
userId: mongo.ObjectID;
};
@ -66,9 +67,7 @@ export type INote = {
};
_user: {
host: string;
account: {
inbox?: string;
};
inbox?: string;
};
};