修复图片都是缩略图的问题

This commit is contained in:
SiYuan
2024-02-03 15:11:56 +08:00
parent 7099ce35cd
commit b793a4424a
4 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class ChatInfo(QWidget):
time_message = Notice(self.last_str_time)
self.last_str_time = str_time
self.chat_window.add_message_item(time_message, 0)
image_path = hard_link_db.get_image(content=str_content, bytesExtra=BytesExtra, thumb=False)
image_path = hard_link_db.get_image(content=str_content, bytesExtra=BytesExtra, up_dir=Me().wx_dir,thumb=False)
image_path = get_abs_path(image_path)
bubble_message = BubbleMessage(
image_path,