From 17272858aaf09eac5a3550b23e97f8d339847bd9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 13 Feb 2021 16:18:50 +0800 Subject: ... --- FrontEnd/src/app/http/timeline.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FrontEnd/src/app/http') 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 { -- cgit v1.2.3