From 030fdbfd544d40c7f6268e98bfacf1197ebc2bc1 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 2 May 2023 13:20:48 -0300 Subject: Changes after code reivew https://github.com/nextcloud/spreed/pull/9423#discussion_r1182750772 https://github.com/nextcloud/spreed/pull/9423#discussion_r1182758481 Signed-off-by: Vitor Mattos --- docs/avatar.md | 3 ++- docs/conversation.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/avatar.md b/docs/avatar.md index a64428e2f..1cffbf2a2 100644 --- a/docs/avatar.md +++ b/docs/avatar.md @@ -24,7 +24,8 @@ ## Delete conversations avatar -> **Note**: To determine if a delete option should be presented to the user, it's recommended to check the `isCustomAvatar` property from [conversation](conversation.md). +!!! note + To determine if a delete option should be presented to the user, it's recommended to check the `isCustomAvatar` property from [conversation](conversation.md). * Required capability: `avatar` * Method: `DELETE` diff --git a/docs/conversation.md b/docs/conversation.md index 6e64db591..a4031a4b4 100644 --- a/docs/conversation.md +++ b/docs/conversation.md @@ -104,7 +104,7 @@ | `participants` | array | v1 | v2 | **Removed** | | `guestList` | string | v1 | v2 | **Removed** | | `avatarVersion` | string | v4 | | Version of conversation avatar used to easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. | -| `isCustomAvatar` | bool | v4 | | Flag if the conversation have a custom avatar | +| `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar | | `callStartTime` | int | v4 | | Timestamp when the call was started (only available with `recording-v1` capability) | | `callRecording` | int | v4 | | Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) | -- cgit v1.2.3