add listen-of type
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-02-19 17:09:40 +00:00
parent c6166a9212
commit d34500005e
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ def detect_entry_type(doc: dict) -> str:
def capture_frontmatter_props(doc: Dict[str, Union[str, List[str]]], frontmatter: Dict[str, Union[str,List[str]]]): def capture_frontmatter_props(doc: Dict[str, Union[str, List[str]]], frontmatter: Dict[str, Union[str,List[str]]]):
keys = ['summary', 'bookmark-of', 'in-reply-to', 'repost-of', 'like-of', 'read-of', 'watch-of', 'read-status', 'rating'] keys = ['summary', 'bookmark-of', 'in-reply-to', 'repost-of', 'like-of', 'read-of', 'watch-of', 'listen-of', 'read-status', 'rating']
keys += [f'u-{key}' for key in keys] keys += [f'u-{key}' for key in keys]