Skip to content

Commit 37f1593

Browse files
committed
add fork field to PostContent
1 parent 0338c42 commit 37f1593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export type PostContent = {
7474
mentions?: Array<any>;
7575
root?: MsgId;
7676
branch?: MsgId | Array<MsgId>;
77+
fork?: MsgId;
7778
// recps: FeedLinks;
7879
// mentions: Links;
7980
};

0 commit comments

Comments
 (0)