@@ -116,7 +116,8 @@ def post_to_post(post_key):
metadata = postos.insert({
'texto': data,
'parent_post': f'{post_key}'
'parent_post': f'{post_key}',
'images': []
}, overwrite_mode='update')
metadata = db.collection('post_parents').insert({
The note is not visible to the blocked user.