2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-17 18:33:32 +01:00
parent e87de1b805
commit 004564cf6a

View File

@ -533,7 +533,9 @@ class KomradeX(Caller):
res_msg = self.read_msg(post_id)
self.log('got msg:',res_msg)
if res_msg.get('success') and res_msg.get('msg'):
msgs.append(res_msg.get('msg'))
msgx=res_msg.get('msg')
msgx.post_id=post_id
msgs.append(msgx)
return msgs