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`)。