Show muted posts in desktop client

main
Bob Mottram 2021-03-21 12:15:10 +00:00
parent d98dc388d8
commit 4c2d4eb049
1 changed files with 2 additions and 0 deletions

View File

@ -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