From 2c7b1abb450d540045ac888aa58408a7894becd9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Aug 2023 18:15:36 +0100 Subject: [PATCH] Comment --- shares.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shares.py b/shares.py index d96c8f5de..30253e0d3 100644 --- a/shares.py +++ b/shares.py @@ -2142,7 +2142,8 @@ def add_shares_to_actor(base_dir: str, nickname: str, domain: str, actor_json: {}, max_shares_on_profile: int) -> bool: - """Adds shared items to the given actor + """Adds shared items to the given actor attachments + https://codeberg.org/fediverse/fep/src/branch/main/fep/0837/fep-0837.md """ if 'attachment' not in actor_json: actor_json['attachment'] = []