mirror of https://gitlab.com/bashrc2/epicyon
Only show creates or announces
parent
8689b634d6
commit
3d3dc3c7f5
|
@ -672,8 +672,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
# show each post in the timeline
|
||||
for item in timelineJson['orderedItems']:
|
||||
if item['type'] == 'Create' or \
|
||||
item['type'] == 'Announce' or \
|
||||
item['type'] == 'Update':
|
||||
item['type'] == 'Announce':
|
||||
# is the actor who sent this post snoozed?
|
||||
if isPersonSnoozed(baseDir, nickname, domain, item['actor']):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue