forked from indymedia/epicyon
Comment
parent
e0d29fff81
commit
f440cdec24
1
posts.py
1
posts.py
|
@ -486,6 +486,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
|
||||||
toRecipients.append(mention)
|
toRecipients.append(mention)
|
||||||
|
|
||||||
# create a list of hashtags
|
# create a list of hashtags
|
||||||
|
# Only posts which are #Public are searchable by hashtag
|
||||||
if hashtagsDict:
|
if hashtagsDict:
|
||||||
isPublic=False
|
isPublic=False
|
||||||
for recipient in toRecipients:
|
for recipient in toRecipients:
|
||||||
|
|
Loading…
Reference in New Issue