Ordered items

merge-requests/30/head
Bob Mottram 2022-11-27 23:34:24 +00:00
parent 4378f5606f
commit ad7b82eec8
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ def get_moved_feed(base_dir: str, domain: str, port: int, path: str,
'@context': 'https://www.w3.org/ns/activitystreams',
'first': first_str,
'id': id_str,
'orderedItems': [],
'totalItems': total_str,
'type': 'OrderedCollection'
}