Skip to content

Commit cc619dc

Browse files
committed
fix: [chat explorer] fix show codebar message content
1 parent 3cfcb66 commit cc619dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/chats_viewer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def get_chat_object_messages_meta(c_messages):
455455
for q in meta['barcodes']:
456456
obj = Barcode(q)
457457
barcodes.append({'id': obj.id, 'content': obj.get_content(), 'tags': obj.get_tags()})
458-
meta['qrcodes'] = barcodes
458+
meta['barcodes'] = barcodes
459459
if meta['qrcodes']:
460460
qrcodes = []
461461
for q in meta['qrcodes']:

0 commit comments

Comments
 (0)