main
Bob Mottram 2020-04-15 22:45:00 +01:00
parent 6dd7054295
commit a4f824b02d
2 changed files with 0 additions and 2 deletions

View File

@ -1121,7 +1121,6 @@ def outboxUndoFollow(baseDir: str, messageJson: {}, debug: bool) -> None:
"""When an unfollow request is received by the outbox from c2s """When an unfollow request is received by the outbox from c2s
This removes the followed handle from the following.txt file This removes the followed handle from the following.txt file
of the relevant account of the relevant account
TODO the unfollow should also be sent to the previously followed account
""" """
if not messageJson.get('type'): if not messageJson.get('type'):
return return

View File

@ -835,7 +835,6 @@ def outboxMessageCreateWrap(httpPrefix: str,
cc = [] cc = []
if messageJson.get('cc'): if messageJson.get('cc'):
cc = messageJson['cc'] cc = messageJson['cc']
# TODO
capabilityUrl = [] capabilityUrl = []
newPost = { newPost = {
"@context": "https://www.w3.org/ns/activitystreams", "@context": "https://www.w3.org/ns/activitystreams",