From a4f824b02db51af1a3efeca92cf274f54de44e8b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 15 Apr 2020 22:45:00 +0100 Subject: [PATCH] Tidying --- follow.py | 1 - posts.py | 1 - 2 files changed, 2 deletions(-) diff --git a/follow.py b/follow.py index bf9b0677..4cbf3d17 100644 --- a/follow.py +++ b/follow.py @@ -1121,7 +1121,6 @@ def outboxUndoFollow(baseDir: str, messageJson: {}, debug: bool) -> None: """When an unfollow request is received by the outbox from c2s This removes the followed handle from the following.txt file of the relevant account - TODO the unfollow should also be sent to the previously followed account """ if not messageJson.get('type'): return diff --git a/posts.py b/posts.py index e40ca37e..1da6411a 100644 --- a/posts.py +++ b/posts.py @@ -835,7 +835,6 @@ def outboxMessageCreateWrap(httpPrefix: str, cc = [] if messageJson.get('cc'): cc = messageJson['cc'] - # TODO capabilityUrl = [] newPost = { "@context": "https://www.w3.org/ns/activitystreams",