mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Add missing property
This commit is contained in:
parent
7fe9c9e73f
commit
65478160ca
@ -30,6 +30,7 @@ export type IPost = {
|
||||
repostId: mongo.ObjectID;
|
||||
poll: any; // todo
|
||||
text: string;
|
||||
tags: string[];
|
||||
textHtml: string;
|
||||
cw: string;
|
||||
userId: mongo.ObjectID;
|
||||
|
Loading…
Reference in New Issue
Block a user