mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
komrade update!
This commit is contained in:
parent
0b65c397c6
commit
c3c075d13e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user