aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/http/timeline.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-13 16:18:50 +0800
committercrupest <crupest@outlook.com>2021-02-13 16:18:50 +0800
commit8211994b7175f2ad04663abc0c2605eb96143841 (patch)
tree0dd22de5cbcbbc3faaba02da4e1f6539dfa2f3ef /FrontEnd/src/app/http/timeline.ts
parentc9737a9c5221e48e2de9113fad80a8653edc0752 (diff)
downloadtimeline-8211994b7175f2ad04663abc0c2605eb96143841.tar.gz
timeline-8211994b7175f2ad04663abc0c2605eb96143841.tar.bz2
timeline-8211994b7175f2ad04663abc0c2605eb96143841.zip
...
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 {