aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/http/timeline.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-23 23:10:20 +0800
committercrupest <crupest@outlook.com>2020-08-23 23:10:20 +0800
commit06649bfa22589e0cbbf93c371e4a3cd645515e68 (patch)
tree1ca45c1c7f5655d820c4637e561f6a95d68af3bc /Timeline/ClientApp/src/app/http/timeline.ts
parent07795ebbd2b2a48ab0cebe97b6d591d35ef0cd31 (diff)
downloadtimeline-06649bfa22589e0cbbf93c371e4a3cd645515e68.tar.gz
timeline-06649bfa22589e0cbbf93c371e4a3cd645515e68.tar.bz2
timeline-06649bfa22589e0cbbf93c371e4a3cd645515e68.zip
Post list is now patched.
Diffstat (limited to 'Timeline/ClientApp/src/app/http/timeline.ts')
-rw-r--r--Timeline/ClientApp/src/app/http/timeline.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/http/timeline.ts b/Timeline/ClientApp/src/app/http/timeline.ts
index d8f0b49c..c4ebdee9 100644
--- a/Timeline/ClientApp/src/app/http/timeline.ts
+++ b/Timeline/ClientApp/src/app/http/timeline.ts
@@ -66,7 +66,7 @@ export interface HttpTimelineDeletedPostInfo {
id: number;
time: Date;
lastUpdated: Date;
- author: HttpUser;
+ author?: HttpUser;
deleted: true;
}