mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
9e16199344
commit
0b154ddf69
|
@ -90,9 +90,8 @@ def _accept_follow(base_dir: str, message_json: {},
|
||||||
"""
|
"""
|
||||||
if not has_object_string_type(message_json, debug):
|
if not has_object_string_type(message_json, debug):
|
||||||
return
|
return
|
||||||
if not message_json['object']['type'] == 'Follow':
|
if message_json['object']['type'] not in ('Follow', 'Join'):
|
||||||
if not message_json['object']['type'] == 'Join':
|
return
|
||||||
return
|
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: receiving Follow activity')
|
print('DEBUG: receiving Follow activity')
|
||||||
if not message_json['object'].get('actor'):
|
if not message_json['object'].get('actor'):
|
||||||
|
|
Loading…
Reference in New Issue