mirror of https://gitlab.com/bashrc2/epicyon
Ordered items
parent
4378f5606f
commit
ad7b82eec8
|
@ -115,6 +115,7 @@ def get_moved_feed(base_dir: str, domain: str, port: int, path: str,
|
||||||
'@context': 'https://www.w3.org/ns/activitystreams',
|
'@context': 'https://www.w3.org/ns/activitystreams',
|
||||||
'first': first_str,
|
'first': first_str,
|
||||||
'id': id_str,
|
'id': id_str,
|
||||||
|
'orderedItems': [],
|
||||||
'totalItems': total_str,
|
'totalItems': total_str,
|
||||||
'type': 'OrderedCollection'
|
'type': 'OrderedCollection'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue