summaryrefslogtreecommitdiff
path: root/src/models/post.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-04-01 19:57:36 +0900
committerGitHub <noreply@github.com>2018-04-01 19:57:36 +0900
commitfabda94932ebdd012b0772ce1e63ac515f546d84 (patch)
tree1c5ffb9d42ebdb9f1830b331d3c1611b8ebc13ae /src/models/post.ts
parentfix(package): update html-minifier to version 3.5.13 (diff)
parentMerge pull request #1354 from syuilo/greenkeeper/bootstrap-vue-2.0.0-rc.4 (diff)
downloadmisskey-fabda94932ebdd012b0772ce1e63ac515f546d84.tar.gz
misskey-fabda94932ebdd012b0772ce1e63ac515f546d84.tar.bz2
misskey-fabda94932ebdd012b0772ce1e63ac515f546d84.zip
Merge branch 'master' into greenkeeper/html-minifier-3.5.13
Diffstat (limited to 'src/models/post.ts')
-rw-r--r--src/models/post.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/post.ts b/src/models/post.ts
index 6c853e4f81..4daad306d6 100644
--- a/src/models/post.ts
+++ b/src/models/post.ts
@@ -30,6 +30,7 @@ export type IPost = {
repostId: mongo.ObjectID;
poll: any; // todo
text: string;
+ tags: string[];
textHtml: string;
cw: string;
userId: mongo.ObjectID;