mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Add TODO about populating user outbox
This commit is contained in:
parent
8fe578c958
commit
8b5289d5c7
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue