From fe7e703085b3d902352c959dd3a0462fb45bd92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=89=E5=8D=97?= Date: Fri, 11 Oct 2024 15:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E1.4.0=E4=B8=AD=E5=AF=B9x86=5F?= =?UTF-8?q?64=E6=9E=B6=E6=9E=84=E7=9A=84=E6=94=AF=E6=8C=81=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/document/harmonyos/releasenote.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/document/harmonyos/releasenote.md b/docs/document/harmonyos/releasenote.md index f98ceafc0..5d06df74e 100644 --- a/docs/document/harmonyos/releasenote.md +++ b/docs/document/harmonyos/releasenote.md @@ -33,6 +33,7 @@ ### 优化 +- 支持 x86_64 架构。 - 从服务端拉取群组时,不再先清除本地群组,而是将拉取的群组与本地对比,将本地现有群组进行更新,将新增部分在本地插入。若要清除本地群组信息,可以调用 `GroupManager#clearAllLocalGroups` 方法。 - 构建附件消息时,SDK 内部会读取文件长度,并设置给 `fileLength` 参数。 - 设置和获取用户属性的接口,包括[设置当前用户的属性、获取单个或多个用户的用户属性和获取指定用户的指定用户属性](userprofile.html),超过调用频率限制时,会上报错误码 `4` (`ChatError#EXCEED_SERVICE_LIMIT`)。