1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 10:29:25 -05:00

Add missing property

This commit is contained in:
syuilo 2018-04-01 18:07:29 +09:00
parent d36f5376e3
commit 63e8050094

View file

@ -30,6 +30,7 @@ export type IPost = {
repostId: mongo.ObjectID;
poll: any; // todo
text: string;
tags: string[];
textHtml: string;
cw: string;
userId: mongo.ObjectID;