diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-04 09:39:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-04 09:39:25 +0900 |
| commit | d7c94de07e17e31513780ceabf824a3d0760ff80 (patch) | |
| tree | 890e64439127e0f118a6a0e041c7f14ee2f9b891 /src/api/models/post.ts | |
| parent | :art: (diff) | |
| download | sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.tar.gz sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.tar.bz2 sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.zip | |
#172
Diffstat (limited to 'src/api/models/post.ts')
| -rw-r--r-- | src/api/models/post.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/models/post.ts b/src/api/models/post.ts index 0bbacebf66..edb69e0c15 100644 --- a/src/api/models/post.ts +++ b/src/api/models/post.ts @@ -31,6 +31,7 @@ export type IPost = { app_id: mongo.ObjectID; category: string; is_category_verified: boolean; + via_mobile: boolean; }; /** |