]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/post.rs
Add missing mod log entries for federated actions (fixes #1489) (#2198)
[lemmy.git] / crates / apub / src / objects / post.rs
index b5fbe9424114f23b13699a586a3fc162410b77a2..3d0725b7258884e16fa2b2410c852eff6a801926 100644 (file)
@@ -161,6 +161,8 @@ impl ApubObject for ApubPost {
       .await?;
     let community = page.extract_community(context, request_counter).await?;
 
+    // TODO: write mod log if stickied or locked changed
+
     let url = if let Some(attachment) = page.attachment.first() {
       Some(attachment.href.clone())
     } else {