feat: update pyd for image keys

This commit is contained in:
H3CoF6
2026-02-27 22:20:53 +08:00
parent abc8e3e828
commit 7446cca3b9
11 changed files with 0 additions and 1 deletions
-1
View File
@@ -5232,7 +5232,6 @@ def list_chat_messages(
if existing_local:
try:
import re
cur = str(m.get("emojiUrl") or "")
if cur and re.match(r"^https?://", cur, flags=re.I) and ("/api/chat/media/emoji" not in cur):
m["emojiRemoteUrl"] = cur