main
bashrc 2026-06-18 13:25:49 +01:00
parent d72734f0cb
commit c4df9c77bc
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@ def create_feature_reject(federation_list: [],
nickname: str, domain: str, port: int,
to_url: str, cc_url: str, http_prefix: str,
object_json: {}) -> {}:
""" Create json for ActivityPub FeatureRequest Reject """
""" Create json for ActivityPub FeatureRequest Reject
https://codeberg.org/fediverse/fep/src/branch/main/fep/7aa9/fep-7aa9.md
"""
if not object_json.get('id'):
return None