html中用URL代替本地头像路径

This commit is contained in:
shuaikangzhou
2023-12-29 21:50:17 +08:00
parent 0667a3ccf5
commit ad0e53a62e
6 changed files with 128 additions and 201 deletions

View File

@@ -110,7 +110,7 @@ class PackageMsg:
a[12]: msg_sender, ContactPC 或 ContactDefault 类型,这个才是群聊里的信息发送人,不是群聊或者自己是发送者没有这个字段)
'''
updated_messages = [] # 用于存储修改后的消息列表
chatroom_members = self.get_chatroom_member_list(chatroom_wxid)
messages = msg_db.get_messages(chatroom_wxid)
for row in messages:
message = list(row)