Skip to content

Commit 4ef8293

Browse files
Merge pull request #250711 from kperla97/patch-12
Update concepts.md
2 parents 91981d7 + a487d49 commit 4ef8293

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/communication-services/concepts/chat/concepts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Chat conversations happen within **chat threads**. Chat threads have the followi
3939
Typically the thread creator and participants have same level of access to the thread and can execute all related operations available in the SDK, including deleting it. Participants don't have write access to messages sent by other participants, which means only the message sender can update or delete their sent messages. If another participant tries to do that, they get an error.
4040

4141
### Chat Data
42-
Azure Communication Services stores chat messages for 90 days. Chat thread participants can use `ListMessages` to view message history for a particular thread. However, the API does not return messages once the 90 day period has passed. Users that are removed from a chat thread are able to view previous message history for 90 days but cannot send or receive new messages. To learn more about data being stored in Azure Communication Services chat service, refer to the [data residency and privacy page](../privacy.md).
42+
Azure Communication Services stores chat messages indefinitely till they are deleted by the customer. Chat thread participants can use `ListMessages` to view message history for a particular thread. Users that are removed from a chat thread are able to view previous message history but cannot send or receive new messages. Accidentally deleted messages are not recoverable by the system. To learn more about data being stored in Azure Communication Services chat service, refer to the [data residency and privacy page](../privacy.md).
43+
44+
In 2024, new functionality will be introduced where customers must choose between indefinite message retention or automatic deletion after 90 days. Existing messages remain unaffected.
4345

4446
For customers that use Virtual appointments, refer to our Teams Interoperability [user privacy](../interop/guest/privacy.md#chat-storage) for storage of chat messages in Teams meetings.
4547

articles/communication-services/concepts/service-limits.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ This sandbox setup is designed to help developers begin building the application
132132
|Send typing indicator|Chat thread|10|30|
133133

134134
### Chat storage
135-
Chat messages are stored for 90 days. Submit [a request to Azure Support](../../azure-portal/supportability/how-to-create-azure-support-request.md) if you require storage for longer time period. If the time period is less than 90 days for chat messages, use the delete chat thread APIs.
135+
Azure Communication Services stores chat messages indefinitely till they are deleted by the customer.
136+
137+
Beginning in CY24 Q1, customers must choose between indefinite message retention or automatic deletion after 90 days. Existing messages remain unaffected, but customers can opt for a 90-day retention period if desired.
138+
139+
> [!NOTE]
140+
> Accidentally deleted messages are not recoverable by the system.
136141
137142
## Voice and video calling
138143

0 commit comments

Comments
 (0)