mirror of https://gitlab.com/bashrc2/epicyon
Bookmark icon
parent
032ebe2a8c
commit
b2b1aa6013
|
@ -705,6 +705,8 @@ def _desktopShowBox(boxName: str, boxJson: {},
|
||||||
content = contentWarning
|
content = contentWarning
|
||||||
if postJsonObject['object'].get('ignores'):
|
if postJsonObject['object'].get('ignores'):
|
||||||
content = '🔇'
|
content = '🔇'
|
||||||
|
if postJsonObject['object'].get('bookmarks'):
|
||||||
|
content = '🔖'
|
||||||
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||||
published + ' | ' + content)
|
published + ' | ' + content)
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
|
Loading…
Reference in New Issue