diff options
author | crupest <crupest@outlook.com> | 2021-02-13 16:18:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-13 16:18:50 +0800 |
commit | 17272858aaf09eac5a3550b23e97f8d339847bd9 (patch) | |
tree | 2317d17f5f515d5c647c1bfcd32413b3529bc0ba /FrontEnd/src/app/http | |
parent | a7cc64ca2b30b47c57cae2115e10f34f361c90b9 (diff) | |
download | timeline-17272858aaf09eac5a3550b23e97f8d339847bd9.tar.gz timeline-17272858aaf09eac5a3550b23e97f8d339847bd9.tar.bz2 timeline-17272858aaf09eac5a3550b23e97f8d339847bd9.zip |
...
Diffstat (limited to 'FrontEnd/src/app/http')
-rw-r--r-- | FrontEnd/src/app/http/timeline.ts | 2 |
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 { |