mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
comrad update!
This commit is contained in:
parent
75b5d31246
commit
a60a73db49
@ -468,7 +468,10 @@ class TheOperator(Operator):
|
|||||||
'status':'Saved message successfully',
|
'status':'Saved message successfully',
|
||||||
'success':True,
|
'success':True,
|
||||||
'post_id':post_id,
|
'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)
|
self.log('res =',res)
|
||||||
return res
|
return res
|
||||||
|
Loading…
Reference in New Issue
Block a user