mirror of https://gitlab.com/bashrc2/epicyon
split first half
parent
1dc1ee9d3b
commit
4e3d868b10
2
utils.py
2
utils.py
|
@ -67,7 +67,7 @@ def getPreferredName(actor: str,personCache: {}) -> str:
|
|||
if not personCache.get(actor):
|
||||
return None
|
||||
if '/statuses/' in actor:
|
||||
actor=actor.split('/statuses/')
|
||||
actor=actor.split('/statuses/')[0]
|
||||
if personCache[actor].get('actor'):
|
||||
if personCache[actor]['actor'].get('preferredUsername'):
|
||||
return personCache[actor]['actor']['preferredUsername']
|
||||
|
|
Loading…
Reference in New Issue