Speak announces

merge-requests/30/head
Bob Mottram 2021-03-01 22:27:36 +00:00
parent 9309bfce14
commit 40afe12e1b
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)