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