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/?a=commitdiff_plain;h=8b5289d5c75b6abd9cac1b6b2da7d7a20b71d107;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())