Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-01 22:28:18 +00:00
commit 526a49df6e
1 changed files with 4 additions and 0 deletions

View File

@ -1407,6 +1407,10 @@ def _receiveAnnounce(recentPostsCache: {},
if '/statuses/' in lookupActor:
lookupActor = lookupActor.split('/statuses/')[0]
_updateSpeaker(baseDir, nickname, domain,
postJsonObject, personCache,
translate)
if debug:
print('DEBUG: Obtaining actor for announce post ' +
lookupActor)