forked from indymedia/epicyon
Tidying
parent
6dd7054295
commit
a4f824b02d
|
@ -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
|
||||||
|
|
1
posts.py
1
posts.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue