about summary refs log tree commit diff
path: root/src/micropub
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-03-23 04:24:02 +0300
committerVika <vika@fireburn.ru>2022-03-23 04:24:02 +0300
commit45b3a5acc5fdae7d9ced9607e0f29352bf7a3748 (patch)
treec2c2317a072ebdac56c665d7a2649adf34393b8c /src/micropub
parent4c2a961474153218b0d3f65898df6e1c7bb12359 (diff)
Get rid of legacy code, fix mistakes in fluff text and comments
Diffstat (limited to 'src/micropub')
-rw-r--r--src/micropub/mod.rs6
1 files changed, 3 insertions, 3 deletions
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};