From eb58228abf97ebca4ebe18d7803cbc2ca4c5df40 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Mon, 27 Feb 2023 00:07:51 +0300
Subject: Clarity improvements

---
 kittybox-rs/src/micropub/util.rs | 1 +
 1 file changed, 1 insertion(+)

(limited to 'kittybox-rs/src/micropub')

diff --git a/kittybox-rs/src/micropub/util.rs b/kittybox-rs/src/micropub/util.rs
index 5097878..b884e8a 100644
--- a/kittybox-rs/src/micropub/util.rs
+++ b/kittybox-rs/src/micropub/util.rs
@@ -129,6 +129,7 @@ pub fn normalize_mf2(mut body: serde_json::Value, user: &TokenData) -> (String,
         match body["type"][0].as_str() {
             Some("h-entry") => {
                 // Set the channel to the main channel...
+                // TODO find like posts and move them to separate private channel
                 let default_channel = me.join(DEFAULT_CHANNEL_PATH).unwrap().to_string();
 
                 body["properties"]["channel"] = json!([default_channel]);
-- 
cgit 1.4.1