mirror of https://gitlab.com/bashrc2/epicyon
Show muted posts in desktop client
parent
d98dc388d8
commit
4c2d4eb049
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue