blocksOf on blocks collection

main
Bob Mottram 2025-03-31 12:31:45 +01:00
parent 99faf33c78
commit 919fde0137
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ def blocked_timeline_json(actor: str, page_number: int, items_per_page: int,
"https://purl.archive.org/socialweb/blocked"
],
"id": actor + '?page=' + str(page_number),
"blocksOf": actor,
"first": actor + '?page=1',
"last": actor + '?page=' + str(last_page_number),
"type": "OrderedCollection",