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 | 8211994b7175f2ad04663abc0c2605eb96143841 (patch) | |
| tree | 0dd22de5cbcbbc3faaba02da4e1f6539dfa2f3ef /FrontEnd/src/app/http | |
| parent | c9737a9c5221e48e2de9113fad80a8653edc0752 (diff) | |
| download | timeline-8211994b7175f2ad04663abc0c2605eb96143841.tar.gz timeline-8211994b7175f2ad04663abc0c2605eb96143841.tar.bz2 timeline-8211994b7175f2ad04663abc0c2605eb96143841.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 { |
