Bookmark icon

main
Bob Mottram 2021-03-21 13:20:07 +00:00
parent 032ebe2a8c
commit b2b1aa6013
1 changed files with 2 additions and 0 deletions

View File

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