diff options
author | Vika <vika@fireburn.ru> | 2022-03-23 04:24:02 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-03-23 04:24:02 +0300 |
commit | 45b3a5acc5fdae7d9ced9607e0f29352bf7a3748 (patch) | |
tree | c2c2317a072ebdac56c665d7a2649adf34393b8c /src/micropub/mod.rs | |
parent | 4c2a961474153218b0d3f65898df6e1c7bb12359 (diff) | |
download | kittybox-45b3a5acc5fdae7d9ced9607e0f29352bf7a3748.tar.zst |
Get rid of legacy code, fix mistakes in fluff text and comments
Diffstat (limited to 'src/micropub/mod.rs')
-rw-r--r-- | src/micropub/mod.rs | 6 |
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}; |