add listen-of type
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c6166a9212
commit
d34500005e
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue