change hypothesis tag so it renders nicely
This commit is contained in:
parent
2f34a0deba
commit
b8ad601a2b
|
@ -44,7 +44,7 @@ def send_micropub(entry: atoma.atom.AtomEntry):
|
||||||
"content":[{
|
"content":[{
|
||||||
"html": entry.content.value
|
"html": entry.content.value
|
||||||
}],
|
}],
|
||||||
"category": annotation['tags'] + ['hypothes.is'],
|
"category": annotation['tags'] + ['hypothesis'],
|
||||||
"in-reply-to": [annotation['target'][0]['source']],
|
"in-reply-to": [annotation['target'][0]['source']],
|
||||||
"hypothesis-link": [json_link]
|
"hypothesis-link": [json_link]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue