From a60a73db49c6ac57bc0ed9130b99f6d3f4635472 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Wed, 30 Sep 2020 14:50:58 +0100 Subject: [PATCH] comrad update! --- comrad/backend/the_operator.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comrad/backend/the_operator.py b/comrad/backend/the_operator.py index 5add84e..ac79320 100644 --- a/comrad/backend/the_operator.py +++ b/comrad/backend/the_operator.py @@ -468,7 +468,10 @@ class TheOperator(Operator): 'status':'Saved message successfully', 'success':True, 'post_id':post_id, - 'msg_saved':attached_msg + 'msg_saved':attached_msg, + + # last minute post grab? + 'res_posts':self.get_posts(msg_to_op) } self.log('res =',res) return res