mirror of https://gitlab.com/bashrc2/epicyon
Colon
parent
8ea1e3306b
commit
b8be75c3f4
2
posts.py
2
posts.py
|
@ -1696,7 +1696,7 @@ def isReply(postJsonObject: {},actor: str) -> bool:
|
|||
return False
|
||||
if not postJsonObject['object'].get('inReplyTo'):
|
||||
return False
|
||||
if not postJsonObject['object']['inReplyTo'].startswith(actor)
|
||||
if not postJsonObject['object']['inReplyTo'].startswith(actor):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue