投稿に関しては論理削除するように
処理をシンプルにするため
This commit is contained in:
parent
8273a7e748
commit
494597236c
5 changed files with 10 additions and 43 deletions
|
@ -27,6 +27,7 @@ export type IPost = {
|
|||
_id: mongo.ObjectID;
|
||||
channelId: mongo.ObjectID;
|
||||
createdAt: Date;
|
||||
deletedAt: Date;
|
||||
mediaIds: mongo.ObjectID[];
|
||||
replyId: mongo.ObjectID;
|
||||
repostId: mongo.ObjectID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue