From 30de40ed0b2b94287d7889c4c8e53cfdf8ec94a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Aug 2023 12:54:42 +0100 Subject: [PATCH] Comment --- inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inbox.py b/inbox.py index 1e5b6b882..843efe672 100644 --- a/inbox.py +++ b/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: