mirror of https://gitlab.com/bashrc2/epicyon
No cc
parent
eac1ffe993
commit
047ea9eb89
|
@ -2263,7 +2263,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'type': 'Update',
|
'type': 'Update',
|
||||||
'actor': actorJson['id'],
|
'actor': actorJson['id'],
|
||||||
'to': ['https://www.w3.org/ns/activitystreams#Public'],
|
'to': ['https://www.w3.org/ns/activitystreams#Public'],
|
||||||
'cc': [actorJson['id']+'/followers'],
|
|
||||||
'object': actorJson
|
'object': actorJson
|
||||||
}
|
}
|
||||||
self.postToNickname=nickname
|
self.postToNickname=nickname
|
||||||
|
|
Loading…
Reference in New Issue