From 8efb5bedd47597e5cff8369ea454af5cb5e1c243 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 May 2023 22:03:23 +0100 Subject: [PATCH] Crawlable flag --- posts.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index 96661edaa..622fb792e 100644 --- a/posts.py +++ b/posts.py @@ -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 = \