mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fix comment indentation
This commit is contained in:
parent
33cbbd1de9
commit
9c1a4378b3
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ def make_post(handle):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
if "@" in post and bot['fake_mentions'] != 'never':
|
if "@" in post and bot['fake_mentions'] != 'never':
|
||||||
# the unicode zero width space is a (usually) invisible character
|
# 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
|
# we can insert it between the @ symbols in a handle to make it appear fine while not mentioning the user
|
||||||
zws = "\u200B"
|
zws = "\u200B"
|
||||||
if bot['fake_mentions'] == 'middle':
|
if bot['fake_mentions'] == 'middle':
|
||||||
# remove mentions at the start of a post
|
# remove mentions at the start of a post
|
||||||
|
|
Loading…
Reference in a new issue