aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Http/HttpTimelinePost.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-11 22:21:12 +0800
committercrupest <crupest@outlook.com>2021-02-11 22:21:12 +0800
commit410032dbbc69e161ace03d68fea1934269c984ba (patch)
treed23f6b1e00a7002d59f4265b9e94306a33fd9991 /BackEnd/Timeline/Models/Http/HttpTimelinePost.cs
parent840927cc6fe826f25de165da84876e8e676106a8 (diff)
downloadtimeline-410032dbbc69e161ace03d68fea1934269c984ba.tar.gz
timeline-410032dbbc69e161ace03d68fea1934269c984ba.tar.bz2
timeline-410032dbbc69e161ace03d68fea1934269c984ba.zip
...
Diffstat (limited to 'BackEnd/Timeline/Models/Http/HttpTimelinePost.cs')
-rw-r--r--BackEnd/Timeline/Models/Http/HttpTimelinePost.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Models/Http/HttpTimelinePost.cs b/BackEnd/Timeline/Models/Http/HttpTimelinePost.cs
index 165c92da..26e1a92d 100644
--- a/BackEnd/Timeline/Models/Http/HttpTimelinePost.cs
+++ b/BackEnd/Timeline/Models/Http/HttpTimelinePost.cs
@@ -26,7 +26,12 @@ namespace Timeline.Models.Http
/// Post id.
/// </summary>
public long Id { get; set; }
+ /// <summary>
+ /// The data list.
+ /// </summary>
+#pragma warning disable CA2227
public List<HttpTimelinePostDataDigest> DataList { get; set; } = default!;
+#pragma warning restore CA2227
/// <summary>
/// True if post is deleted.
/// </summary>