From b96e9dd5548e1e31c6c0fca71cdcfe8f7019eb5a Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Wed, 1 Nov 2023 18:22:36 +0800 Subject: [PATCH] Modify Retrieving Conversation List API For Each Platform --- docs/document/android/message_retrieve.md | 2 +- docs/document/flutter/message_retrieve.md | 2 +- docs/document/ios/message_retrieve.md | 2 +- docs/document/react-native/message_manage.md | 2 +- docs/document/unity/message_retrieve.md | 2 +- docs/document/web/message_retrieve.md | 2 +- docs/document/windows/message_retrieve.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/document/android/message_retrieve.md b/docs/document/android/message_retrieve.md index ba678228b..bf2855e98 100644 --- a/docs/document/android/message_retrieve.md +++ b/docs/document/android/message_retrieve.md @@ -36,7 +36,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 :::notice 1. 若使用该功能,需将 SDK 升级至 4.0.3。 diff --git a/docs/document/flutter/message_retrieve.md b/docs/document/flutter/message_retrieve.md index e05511a92..e6b9f4053 100644 --- a/docs/document/flutter/message_retrieve.md +++ b/docs/document/flutter/message_retrieve.md @@ -36,7 +36,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 :::tip 1. 若使用该功能,需将 SDK 升级至 4.0.0。 diff --git a/docs/document/ios/message_retrieve.md b/docs/document/ios/message_retrieve.md index a9c324111..ea076d5f3 100644 --- a/docs/document/ios/message_retrieve.md +++ b/docs/document/ios/message_retrieve.md @@ -34,7 +34,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 :::notice 1. 若使用该功能,需将 SDK 升级至 4.0.3。 diff --git a/docs/document/react-native/message_manage.md b/docs/document/react-native/message_manage.md index 0e6f9d1e0..5e2327c5e 100644 --- a/docs/document/react-native/message_manage.md +++ b/docs/document/react-native/message_manage.md @@ -32,7 +32,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 :::tip 1. 若使用该功能,需将 SDK 升级至 1.2.0。 diff --git a/docs/document/unity/message_retrieve.md b/docs/document/unity/message_retrieve.md index aefeb99d4..a02aa0bf8 100644 --- a/docs/document/unity/message_retrieve.md +++ b/docs/document/unity/message_retrieve.md @@ -34,7 +34,7 @@ 你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表: -- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 - 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。 :::notice diff --git a/docs/document/web/message_retrieve.md b/docs/document/web/message_retrieve.md index 3dcd021c2..e0adf6024 100644 --- a/docs/document/web/message_retrieve.md +++ b/docs/document/web/message_retrieve.md @@ -32,7 +32,7 @@ 你可以调用 `getServerConversations` 方法从服务端分页获取会话列表,每个会话包含最新一条历史消息。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 :::notice 1. 若使用该功能,需将 SDK 升级至 4.1.7 或以上版本。 diff --git a/docs/document/windows/message_retrieve.md b/docs/document/windows/message_retrieve.md index c3334c48d..76e434f2d 100644 --- a/docs/document/windows/message_retrieve.md +++ b/docs/document/windows/message_retrieve.md @@ -34,7 +34,7 @@ 你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表: -- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 +- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。 - 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。 :::notice