Skip to content

Commit

Permalink
Merge pull request #733 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
modify
  • Loading branch information
haoxiuwen authored Apr 22, 2024
2 parents 72bb421 + fd8c55f commit d375fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/document/server-side/java_server_sdk_2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ try {
@Service
public class UserService {

private UserApi userApi = new UserApi;
private UserApi userApi = new UserApi();

private void createUser() {
List<EMCreateUser> emCreateUserList = new ArrayList<>();
Expand Down
9 changes: 3 additions & 6 deletions docs/product/limitation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
## 用户属性

- 默认单个用户的属性总长不得超过 2 KB。

- 默认单个 app 下所有用户的属性总长度不得超过 10 GB。

## 用户关系

- 单个 App Key 下的每个用户的好友数量上限与套餐包版本相关,详见[套餐包功能详情](/product/pricing.html#套餐包功能详情)

- 好友备注的长度不能超过 100 个字符。

## 消息
Expand All @@ -56,7 +54,9 @@

### 消息存储

默认情况下,消息附件可在服务器存储 7 天。若要提升该限制,你需要联系商务。
- 历史消息和离线消息在服务器上的存储时间与你订阅的套餐包有关,详见[产品价格](/product/pricing.html#套餐包功能详情)
- 各类事件通知发送时,若接收的用户离线时,事件通知的存储时间与离线消息的存储时间一致,即也取决于你订阅的套餐包。
- 默认情况下,消息附件可在服务器存储 7 天。若要提升该限制,你需要联系商务。

### 消息撤回

Expand Down Expand Up @@ -84,9 +84,7 @@
### 修改消息

- 只能修改单聊或群组聊天会话中已经发送成功的文本消息。

- 聊天室会话不支持消息修改功能。

- 一条消息默认最多可修改 10 次。

### 转发消息
Expand Down Expand Up @@ -189,7 +187,6 @@ SDK 只支持统计该功能开启后最近 30 天内发送和接收的消息。
## 子区

- 单个 app 下的子区总数默认为 10 万,如需调整请联系商务。

- 子区名称,不能超过 64 个字符。

## 在线状态订阅
Expand Down

0 comments on commit d375fa2

Please sign in to comment.