diff --git a/posts.py b/posts.py index 5796f5ac8..34acbdb97 100644 --- a/posts.py +++ b/posts.py @@ -1090,6 +1090,7 @@ def _createPostS2S(baseDir: str, nickname: str, domain: str, port: int, 'type': 'Collection', 'first': { 'type': 'CollectionPage', + 'next': idStr + '?only_other_accounts=true&page=true', 'partOf': idStr, 'items': [] } @@ -1153,6 +1154,7 @@ def _createPostC2S(baseDir: str, nickname: str, domain: str, port: int, 'type': 'Collection', 'first': { 'type': 'CollectionPage', + 'next': idStr + '?only_other_accounts=true&page=true', 'partOf': idStr, 'items': [] }