diff options
Diffstat (limited to 'src/micropub')
-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}; |