Skip to content

Commit 94e3cd3

Browse files
jerivestaltz
authored andcommitted
1 parent b42b2a8 commit 94e3cd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export type Content =
6767
| Privatable<AboutContent>
6868
| Privatable<BlogContent>
6969
| Privatable<AliasContent>
70+
| Privatable<GatheringContent>
7071
| null;
7172

7273
export interface PostContent {
@@ -134,6 +135,12 @@ export interface AliasContent {
134135
room?: FeedId;
135136
}
136137

138+
export interface GatheringContent {
139+
type: 'gathering',
140+
progenitor?: MsgId // (optional) the thing that spawned this gathering
141+
mentions?: Array<FeedId>, // (optional) people to notify
142+
}
143+
137144
export interface About {
138145
name?: string;
139146
description?: string;

0 commit comments

Comments
 (0)