From f440cdec2499541f80b3dff89fa9ee174b397130 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Sep 2019 12:37:41 +0100 Subject: [PATCH] Comment --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index d4f1b5e0..61b05406 100644 --- a/posts.py +++ b/posts.py @@ -486,6 +486,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \ toRecipients.append(mention) # create a list of hashtags + # Only posts which are #Public are searchable by hashtag if hashtagsDict: isPublic=False for recipient in toRecipients: