From: Felix Ableitner Date: Thu, 19 Nov 2020 12:50:43 +0000 (+0100) Subject: Add TODO about populating user outbox X-Git-Url: http://these/git/%22https:/join-lemmy.org/%22?a=commitdiff_plain;h=405ea38959721021bf74fe6955f7f3927930f7ad;p=lemmy.git Add TODO about populating user outbox --- diff --git a/lemmy_apub/src/http/user.rs b/lemmy_apub/src/http/user.rs index f983ab6f..31ed5d85 100644 --- a/lemmy_apub/src/http/user.rs +++ b/lemmy_apub/src/http/user.rs @@ -38,6 +38,7 @@ pub async fn get_apub_user_outbox( User_::read_from_name(&conn, &info.user_name) }) .await??; + // TODO: populate the user outbox let mut collection = OrderedCollection::new(); collection .set_many_items(Vec::::new())