mirror of https://gitlab.com/bashrc2/epicyon
repliesOf on video post conversions
parent
e2d2fa1356
commit
f4307bb701
1
video.py
1
video.py
|
@ -156,6 +156,7 @@ def convert_video_to_note(base_dir: str, nickname: str, domain: str,
|
||||||
'tag': [],
|
'tag': [],
|
||||||
'replies': {
|
'replies': {
|
||||||
'id': new_post_id + '/replies',
|
'id': new_post_id + '/replies',
|
||||||
|
'repliesOf': new_post_id,
|
||||||
'type': 'Collection',
|
'type': 'Collection',
|
||||||
'first': {
|
'first': {
|
||||||
'type': 'CollectionPage',
|
'type': 'CollectionPage',
|
||||||
|
|
Loading…
Reference in New Issue