mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
d63f390025
commit
30de40ed0b
1
inbox.py
1
inbox.py
|
@ -3245,6 +3245,7 @@ def json_post_allows_comments(post_json_object: {}) -> bool:
|
|||
if isinstance(reply_control, str):
|
||||
if not reply_control.endswith('#Public'):
|
||||
return False
|
||||
# TODO handle non-public reply permissions
|
||||
print('DEBUG: non-public replies ' + str(reply_control))
|
||||
|
||||
if 'commentsEnabled' in post_json_object:
|
||||
|
|
Loading…
Reference in New Issue