mirror of https://gitlab.com/bashrc2/epicyon
Include videos
parent
0e808b4bd3
commit
ef1503b49f
|
@ -119,6 +119,7 @@ def _valid_profile_preview_post(post_json_object: {},
|
||||||
if post_json_object['type'] != 'Create' and \
|
if post_json_object['type'] != 'Create' and \
|
||||||
post_json_object['type'] != 'Announce':
|
post_json_object['type'] != 'Announce':
|
||||||
if post_json_object['type'] != 'Note' and \
|
if post_json_object['type'] != 'Note' and \
|
||||||
|
post_json_object['type'] != 'Video' and \
|
||||||
post_json_object['type'] != 'Page':
|
post_json_object['type'] != 'Page':
|
||||||
return False, None
|
return False, None
|
||||||
if not post_json_object.get('to'):
|
if not post_json_object.get('to'):
|
||||||
|
|
Loading…
Reference in New Issue