diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-04 14:52:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-04 14:52:33 +0900 |
| commit | bcd65d290d25219631bb47570478378a698d0fa0 (patch) | |
| tree | de3630065fcddeb1916668ef3b0b43a219340e2e /src/api/models/post.ts | |
| parent | wip (diff) | |
| download | sharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.gz sharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.bz2 sharkey-bcd65d290d25219631bb47570478378a698d0fa0.zip | |
wip
Diffstat (limited to 'src/api/models/post.ts')
| -rw-r--r-- | src/api/models/post.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/api/models/post.ts b/src/api/models/post.ts index ecc5e1a5e4..0bbacebf66 100644 --- a/src/api/models/post.ts +++ b/src/api/models/post.ts @@ -25,10 +25,12 @@ export type IPost = { media_ids: mongo.ObjectID[]; reply_id: mongo.ObjectID; repost_id: mongo.ObjectID; - poll: {}; // todo + poll: any; // todo text: string; user_id: mongo.ObjectID; app_id: mongo.ObjectID; + category: string; + is_category_verified: boolean; }; /** |