mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
e69beba537
commit
6f58f1d19e
1
posts.py
1
posts.py
|
@ -1072,6 +1072,7 @@ def _create_post_cw_from_reply(base_dir: str, nickname: str, domain: str,
|
|||
"""If this is a reply and the original post has a CW
|
||||
then use the same CW
|
||||
"""
|
||||
reply_to_json = None
|
||||
if in_reply_to and not sensitive:
|
||||
# locate the post which this is a reply to and check if
|
||||
# it has a content warning. If it does then reproduce
|
||||
|
|
Loading…
Reference in New Issue