fix: collection page ids for context

This commit is contained in:
əlemi 2024-11-20 23:47:21 +01:00
parent 5c94e37937
commit b3b2dd051f
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -51,5 +51,5 @@ pub async fn page(
.map(|item| item.ap())
.collect();
crate::builders::collection_page(&id, offset, limit, items)
crate::builders::collection_page(&ctx.oid(&id), offset, limit, items)
}