mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Add TODO about populating user outbox
This commit is contained in:
parent
8fe578c958
commit
8b5289d5c7
@ -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 New Issue
Block a user