From ba0d83b2838f4a94ebc3db9f7e2294375ea10672 Mon Sep 17 00:00:00 2001 From: alvin huang Date: Sat, 14 Feb 2026 11:24:53 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"KR-29169=20=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=88=90=E9=BB=98=E8=AE=A4empty,=20?= =?UTF-8?q?=E8=A2=ABsdk=E5=86=99=E5=85=A5indexdb=E6=97=B6=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=8E=89=E4=BA=86=EF=BC=8C=E5=AF=BC=E8=87=B4indexdb?= =?UTF-8?q?=E9=87=8C=E7=BC=93=E5=AD=98=E7=9A=84=E6=97=A7=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=EF=BC=8C=E7=94=BB=E9=9D=A2=E5=A4=B4=E5=83=8F=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=88=90=E9=BB=98=E8=AE=A4=E5=80=BC"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 27e05fd5b0e8531a5f3b5ad15743bcf7dcc7793e. --- sdk-core/wasm/indexdb/temp_struct/struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-core/wasm/indexdb/temp_struct/struct.go b/sdk-core/wasm/indexdb/temp_struct/struct.go index ee20185fa..d62012f3f 100644 --- a/sdk-core/wasm/indexdb/temp_struct/struct.go +++ b/sdk-core/wasm/indexdb/temp_struct/struct.go @@ -45,7 +45,7 @@ type LocalConversation struct { UserID string ` json:"userID,omitempty"` GroupID string ` json:"groupID,omitempty"` ShowName string ` json:"showName,omitempty"` - FaceURL string ` json:"faceURL"` + FaceURL string ` json:"faceURL,omitempty"` RecvMsgOpt int32 ` json:"recvMsgOpt,omitempty"` UnreadCount int32 ` json:"unreadCount,omitempty"` GroupAtType int32 ` json:"groupAtType,omitempty"`