aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/http/timeline.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/app/http/timeline.ts')
-rw-r--r--FrontEnd/src/app/http/timeline.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/app/http/timeline.ts b/FrontEnd/src/app/http/timeline.ts
index bfb17a42..375a2325 100644
--- a/FrontEnd/src/app/http/timeline.ts
+++ b/FrontEnd/src/app/http/timeline.ts
@@ -26,6 +26,8 @@ export interface HttpTimelineInfo {
members: HttpUser[];
isHighlight: boolean;
isBookmark: boolean;
+ manageable: boolean;
+ postable: boolean;
}
export interface HttpTimelineListQuery {