From a10d23cf2cb2df2c23e212a866b6975d3453cf2d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 16 Mar 2023 15:11:45 +0000 Subject: [PATCH] Comments --- follow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/follow.py b/follow.py index 5a576c5f7..51989eda7 100644 --- a/follow.py +++ b/follow.py @@ -1412,6 +1412,7 @@ def get_followers_sync_json(base_dir: str, search_domain: str) -> {}: """Returns a response for followers synchronization See https://github.com/mastodon/mastodon/pull/14510 + https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-8fcf.md """ sync_list = \ _get_followers_for_domain(base_dir, @@ -1431,6 +1432,7 @@ def get_followers_sync_json(base_dir: str, def get_followers_sync_hash(sync_json: {}) -> str: """Returns a hash used within the Collection-Synchronization http header See https://github.com/mastodon/mastodon/pull/14510 + https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-8fcf.md """ if not sync_json: return None