mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
4b25ba81f4
commit
9f37dd1368
5
posts.py
5
posts.py
|
@ -1090,6 +1090,11 @@ def _create_post_cw_from_reply(base_dir: str, nickname: str, domain: str,
|
||||||
def _attach_post_license(post_json_object: {},
|
def _attach_post_license(post_json_object: {},
|
||||||
content_license_url: str) -> None:
|
content_license_url: str) -> None:
|
||||||
"""Attaches a license to each post
|
"""Attaches a license to each post
|
||||||
|
Also see:
|
||||||
|
https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-c118.md
|
||||||
|
NOTE: at present (Jan 2023) there is no consensus about how to
|
||||||
|
represent license information on ActivityPub posts, so this might
|
||||||
|
need to change if such a consensus appears.
|
||||||
"""
|
"""
|
||||||
post_json_object['attachment'].append({
|
post_json_object['attachment'].append({
|
||||||
"type": "PropertyValue",
|
"type": "PropertyValue",
|
||||||
|
|
Loading…
Reference in New Issue