mirror of https://gitlab.com/bashrc2/epicyon
Speak announces
parent
9309bfce14
commit
40afe12e1b
4
inbox.py
4
inbox.py
|
@ -1407,6 +1407,10 @@ def _receiveAnnounce(recentPostsCache: {},
|
||||||
if '/statuses/' in lookupActor:
|
if '/statuses/' in lookupActor:
|
||||||
lookupActor = lookupActor.split('/statuses/')[0]
|
lookupActor = lookupActor.split('/statuses/')[0]
|
||||||
|
|
||||||
|
_updateSpeaker(baseDir, nickname, domain,
|
||||||
|
postJsonObject, personCache,
|
||||||
|
translate)
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Obtaining actor for announce post ' +
|
print('DEBUG: Obtaining actor for announce post ' +
|
||||||
lookupActor)
|
lookupActor)
|
||||||
|
|
Loading…
Reference in New Issue