diff options
author | Vika <vika@fireburn.ru> | 2021-08-06 08:56:36 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2021-08-06 08:56:36 +0300 |
commit | 1f8989ddd0d48f832b42c4ca0326e71e960e2839 (patch) | |
tree | 74d7abce87c0018a9d41833fe1e4a0308d16371e | |
parent | b5b0f507261f3ab6de1079ce53ebde2418af013c (diff) | |
download | kittybox-1f8989ddd0d48f832b42c4ca0326e71e960e2839.tar.zst |
Log sent webmentions
-rw-r--r-- | src/micropub/post.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/micropub/post.rs b/src/micropub/post.rs index f317da5..260b9aa 100644 --- a/src/micropub/post.rs +++ b/src/micropub/post.rs @@ -502,6 +502,7 @@ async fn post_process_new_post<S: Storage>( || response.status() == 201 || response.status() == 202 { + info!("Sent webmention for {} to {}", target, endpoint); Ok(()) } else { error!( |