aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/HighlightTimelineController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-07 22:10:58 +0800
committercrupest <crupest@outlook.com>2021-01-07 22:10:58 +0800
commit0bb2cc098506963ebf9ee06ec94b43c8d388543c (patch)
treedaaa39d8d1d72b10caaa92cb65ba1635237ef2dc /BackEnd/Timeline/Controllers/HighlightTimelineController.cs
parent41810d365ae87d93a19d78e5cb7d0187af842228 (diff)
downloadtimeline-0bb2cc098506963ebf9ee06ec94b43c8d388543c.tar.gz
timeline-0bb2cc098506963ebf9ee06ec94b43c8d388543c.tar.bz2
timeline-0bb2cc098506963ebf9ee06ec94b43c8d388543c.zip
feat: Timeline info contains bookmark and highlight flag.
Diffstat (limited to 'BackEnd/Timeline/Controllers/HighlightTimelineController.cs')
-rw-r--r--BackEnd/Timeline/Controllers/HighlightTimelineController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Controllers/HighlightTimelineController.cs b/BackEnd/Timeline/Controllers/HighlightTimelineController.cs
index cc19cada..ea012f76 100644
--- a/BackEnd/Timeline/Controllers/HighlightTimelineController.cs
+++ b/BackEnd/Timeline/Controllers/HighlightTimelineController.cs
@@ -38,7 +38,7 @@ namespace Timeline.Controllers
{
var ids = await _service.GetHighlightTimelines();
var timelines = await _timelineService.GetTimelineList(ids);
- return await _timelineMapper.MapToHttp(timelines, Url);
+ return await _timelineMapper.MapToHttp(timelines, Url, this.GetOptionalUserId());
}
/// <summary>