wip
This commit is contained in:
parent
0154e44e1d
commit
a6fb4f2e33
2 changed files with 69 additions and 43 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue