From ad7b82eec8261e80518220aad67716381b808819 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Nov 2022 23:34:24 +0000 Subject: [PATCH] Ordered items --- relationships.py | 1 + 1 file changed, 1 insertion(+) diff --git a/relationships.py b/relationships.py index daac1950e..b7374ddcd 100644 --- a/relationships.py +++ b/relationships.py @@ -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' }