mirror of https://gitlab.com/bashrc2/epicyon
Add next field to replies collection
parent
f680d893e7
commit
b9c9665f64
2
posts.py
2
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': []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue