aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Services')
-rw-r--r--Timeline/Services/TimelineService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/TimelineService.cs b/Timeline/Services/TimelineService.cs
index 1d199aae..1e64353c 100644
--- a/Timeline/Services/TimelineService.cs
+++ b/Timeline/Services/TimelineService.cs
@@ -717,7 +717,7 @@ namespace Timeline.Services
return new BaseTimelineInfo
{
- Description = timelineEntity.Description,
+ Description = timelineEntity.Description ?? "",
Owner = username,
Visibility = timelineEntity.Visibility,
Members = memberUsernames.ToList()