From 45b3a5acc5fdae7d9ced9607e0f29352bf7a3748 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Wed, 23 Mar 2022 04:24:02 +0300
Subject: Get rid of legacy code, fix mistakes in fluff text and comments

---
 src/micropub/mod.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/micropub')

diff --git a/src/micropub/mod.rs b/src/micropub/mod.rs
index 8f5ca09..fbab582 100644
--- a/src/micropub/mod.rs
+++ b/src/micropub/mod.rs
@@ -288,10 +288,10 @@ pub(crate) async fn _post<D: Storage, T: hyper::client::connect::Connect + Clone
     );
     
     // TODO: Post-processing the post (aka second write pass)
-    // - [-] Download rich reply contexts
-    // - [-] Syndicate the post if requested, add links to the syndicated copies
+    // - [ ] Download rich reply contexts
+    // - [ ] Syndicate the post if requested, add links to the syndicated copies
     // - [ ] Send WebSub notifications to the hub (if we happen to have one)
-    // - [x] Send webmentions
+    // - [ ] Send webmentions
     #[allow(unused_imports)]
     tokio::task::spawn(async move {
         use hyper::{Uri, Response, Body, body::HttpBody};
-- 
cgit 1.4.1