mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
Add TODO about populating user outbox
This commit is contained in:
parent
bffc82f752
commit
405ea38959
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)
|
User_::read_from_name(&conn, &info.user_name)
|
||||||
})
|
})
|
||||||
.await??;
|
.await??;
|
||||||
|
// TODO: populate the user outbox
|
||||||
let mut collection = OrderedCollection::new();
|
let mut collection = OrderedCollection::new();
|
||||||
collection
|
collection
|
||||||
.set_many_items(Vec::<Url>::new())
|
.set_many_items(Vec::<Url>::new())
|
||||||
|
|
Loading…
Reference in a new issue