mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
526a49df6e
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