Crawlable flag

merge-requests/30/head
Bob Mottram 2023-05-17 22:03:23 +01:00
parent 9d9b1a2732
commit 8efb5bedd4
1 changed files with 4 additions and 2 deletions

View File

@ -1240,7 +1240,8 @@ def _create_post_s2s(base_dir: str, nickname: str, domain: str, port: int,
'partOf': id_str,
'items': []
}
}
},
"crawlable": False
}
}
if attach_image_filename:
@ -1312,7 +1313,8 @@ def _create_post_c2s(base_dir: str, nickname: str, domain: str, port: int,
'partOf': id_str,
'items': []
}
}
},
"crawlable": False
}
if attach_image_filename:
new_post = \