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
|
content = '🔗' + contentWarning
|
||||||
else:
|
else:
|
||||||
content = contentWarning
|
content = contentWarning
|
||||||
|
if postJsonObject['object'].get('ignores'):
|
||||||
|
content = '🔇'
|
||||||
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||||
published + ' | ' + content)
|
published + ' | ' + content)
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue