Fix LBTC message handling

This commit is contained in:
Mark Veidemanis 2022-05-05 22:00:31 +01:00
parent ac7a76a1de
commit bf481ebcee
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class Local(util.Base):
return False
open_tx = db.get_ref_map().keys()
for message in messages["response"]["data"]["message_list"]:
contact_id = message["contact_id"]
contact_id = str(message["contact_id"])
username = message["sender"]["username"]
msg = message["msg"]
if contact_id not in open_tx: