diff --git a/desktop_client.py b/desktop_client.py index 645c406bf..a65213fb6 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -697,6 +697,8 @@ def _desktopShowBox(boxName: str, boxJson: {}, content = '🔗' + contentWarning else: content = contentWarning + if postJsonObject['object'].get('ignores'): + content = '🔇' print(indent + str(posStr) + ' | ' + name + ' | ' + published + ' | ' + content) ctr += 1