aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/http
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-23 23:32:42 +0800
committerGitHub <noreply@github.com>2020-08-23 23:32:42 +0800
commit50253f470c0fcce0ffd3d7257a1b4c0840c82cd1 (patch)
treeb06095cdfd8aaff8996a403ac81f1b2310f698ba /Timeline/ClientApp/src/app/http
parenta9edf94e42e5288c0d46994546eef6a507768fcf (diff)
parent82d4547e613e7ee6e49955011d47647e52a24485 (diff)
downloadtimeline-50253f470c0fcce0ffd3d7257a1b4c0840c82cd1.tar.gz
timeline-50253f470c0fcce0ffd3d7257a1b4c0840c82cd1.tar.bz2
timeline-50253f470c0fcce0ffd3d7257a1b4c0840c82cd1.zip
Merge pull request #151 from crupest/patch-posts
Patch post list instead of fetch the full one.
Diffstat (limited to 'Timeline/ClientApp/src/app/http')
-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;
}