Skip to content

Commit

Permalink
Merge pull request #430 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Sep 15, 2023
2 parents b3423ab + 9e2c337 commit df04006
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/document/android/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。

:::notice
1. 若使用该功能,需将 SDK 升级至 4.0.3。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/flutter/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。

:::tip
1. 若使用该功能,需将 SDK 升级至 4.0.0。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/react-native/message_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。

:::tip
1. 若使用该功能,需将 SDK 升级至 1.2.0。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/unity/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表:

-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。
- 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。

:::notice
Expand Down
2 changes: 1 addition & 1 deletion docs/document/web/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

你可以调用 `getServerConversations` 方法从服务端分页获取会话列表,每个会话包含最新一条历史消息。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。

:::notice
1. 若使用该功能,需将 SDK 升级至 4.1.7 或以上版本。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/windows/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表:

-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500
-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。
- 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。

:::notice
Expand Down

0 comments on commit df04006

Please sign in to comment.