diff options
author | crupest <crupest@outlook.com> | 2022-04-10 19:07:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-10 19:07:42 +0800 |
commit | d260c3c3fa073d1a9d09b94c5c4749334e26ab9a (patch) | |
tree | 2724962c74467c759e21afbd923127baa3f9eba6 /FrontEnd/src/views/timeline/TimelinePostView.tsx | |
parent | 928ba0ce419bacba113951095278a5138ead34cf (diff) | |
download | timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.gz timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.bz2 timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/TimelinePostView.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/TimelinePostView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelinePostView.tsx b/FrontEnd/src/views/timeline/TimelinePostView.tsx index 086176f8..40c6a484 100644 --- a/FrontEnd/src/views/timeline/TimelinePostView.tsx +++ b/FrontEnd/src/views/timeline/TimelinePostView.tsx @@ -134,7 +134,7 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => { }} onConfirm={() => { void getHttpTimelineClient() - .deletePost(post.timelineName, post.id) + .deletePost(post.timelineOwnerV2, post.timelineNameV2, post.id) .then(onDeleted, () => { pushAlert({ type: "danger", |