2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-18 12:40:32 +01:00
parent 0b65c397c6
commit c3c075d13e

View File

@ -738,10 +738,7 @@ class TheOperator(Operator):
if include_posts and self.name!=WORLD_NAME: if include_posts and self.name!=WORLD_NAME:
self.log('including posts!',self.name,WORLD_NAME) self.log('including posts!',self.name,WORLD_NAME)
res_posts = self.get_posts( res_posts = self.get_posts(msg_to_op)
reencrypt_to_uri=msg_to_op.from_pubkey,
reencrypt_to_name=msg_to_op.from_name
)
self.log('res_posts',res_posts) self.log('res_posts',res_posts)
# if not res_posts.get('success'): # if not res_posts.get('success'):
# return { # return {