投稿に関しては論理削除するように
処理をシンプルにするため
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user