mirror of https://gitlab.com/bashrc2/epicyon
Include actor
parent
e986d30367
commit
c8de9ae6c8
4
inbox.py
4
inbox.py
|
@ -981,11 +981,11 @@ def receiveAnnounce(session,handle: str,baseDir: str, \
|
||||||
return True
|
return True
|
||||||
updateAnnounceCollection(postFilename,messageJson['actor'],debug)
|
updateAnnounceCollection(postFilename,messageJson['actor'],debug)
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Downloading announce post '+messageJson['object'])
|
print('DEBUG: Downloading announce post '+messageJson['actor']+' -> '+messageJson['object'])
|
||||||
postJsonObject=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,messageJson,__version__)
|
postJsonObject=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,messageJson,__version__)
|
||||||
if postJsonObject:
|
if postJsonObject:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Announce post downloaded for '+messageJson['object'])
|
print('DEBUG: Announce post downloaded for '+messageJson['actor']+' -> '+messageJson['object'])
|
||||||
# Try to obtain the actor for this person
|
# Try to obtain the actor for this person
|
||||||
# so that their avatar can be shown
|
# so that their avatar can be shown
|
||||||
lookupActor=None
|
lookupActor=None
|
||||||
|
|
Loading…
Reference in New Issue