Add TODO about populating user outbox

This commit is contained in:
Felix Ableitner 2020-11-19 13:50:43 +01:00
parent 8fe578c958
commit 8b5289d5c7
1 changed files with 1 additions and 0 deletions

View File

@ -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::<Url>::new())