summaryrefslogtreecommitdiff
path: root/src/api/models/post.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/models/post.ts')
-rw-r--r--src/api/models/post.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/models/post.ts b/src/api/models/post.ts
index fe07dcb0b1..7584ce182d 100644
--- a/src/api/models/post.ts
+++ b/src/api/models/post.ts
@@ -13,7 +13,7 @@ export type IPost = {
channel_id: mongo.ObjectID;
created_at: Date;
media_ids: mongo.ObjectID[];
- reply_to_id: mongo.ObjectID;
+ reply_id: mongo.ObjectID;
repost_id: mongo.ObjectID;
poll: {}; // todo
text: string;