fix comment indentation

This commit is contained in:
Lynne Megido 2019-09-09 19:53:08 +10:00
parent 33cbbd1de9
commit 9c1a4378b3

View File

@ -109,8 +109,8 @@ def make_post(handle):
pass
else:
if "@" in post and bot['fake_mentions'] != 'never':
# the unicode zero width space is a (usually) invisible character
# we can insert it between the @ symbols in a handle to make it appear fine while not mentioning the user
# the unicode zero width space is a (usually) invisible character
# we can insert it between the @ symbols in a handle to make it appear fine while not mentioning the user
zws = "\u200B"
if bot['fake_mentions'] == 'middle':
# remove mentions at the start of a post