forked from indymedia/epicyon
Update hashtags from announces
parent
4a53e8b2fe
commit
fe50d3d677
1
inbox.py
1
inbox.py
|
@ -1264,6 +1264,7 @@ def receiveAnnounce(recentPostsCache: {}, \
|
||||||
if postJsonObject:
|
if postJsonObject:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Announce post downloaded for '+messageJson['actor']+' -> '+messageJson['object'])
|
print('DEBUG: Announce post downloaded for '+messageJson['actor']+' -> '+messageJson['object'])
|
||||||
|
storeHashTags(baseDir,nickname,postJsonObject)
|
||||||
# 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