mirror of https://gitlab.com/bashrc2/epicyon
Assign variable
parent
e4504593b6
commit
f1e5db1c18
2
posts.py
2
posts.py
|
@ -2427,8 +2427,8 @@ def sendToNamedAddresses(session, baseDir: str,
|
|||
return
|
||||
if not postJsonObject.get('object'):
|
||||
return
|
||||
isProfileUpdate = False
|
||||
if isinstance(postJsonObject['object'], dict):
|
||||
isProfileUpdate = False
|
||||
# for actor updates there is no 'to' within the object
|
||||
if postJsonObject['object'].get('type') and postJsonObject.get('type'):
|
||||
if (postJsonObject['type'] == 'Update' and
|
||||
|
|
Loading…
Reference in New Issue