summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-03 04:50:14 -0300
committerVitor Mattos <vitor@php.rio>2023-05-03 05:00:09 -0300
commit21bc57c6492dda5712dd7f30877403b358ab8643 (patch)
tree4d528b334f4d923243b15063992c87dbc4c65bd3 /docs
parent030fdbfd544d40c7f6268e98bfacf1197ebc2bc1 (diff)
Text fixes after code review
https://github.com/nextcloud/spreed/pull/9423#discussion_r1182886226 https://github.com/nextcloud/spreed/pull/9423#discussion_r1182886827 Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/avatar.md3
-rw-r--r--docs/conversation.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/avatar.md b/docs/avatar.md
index 1cffbf2a2..891cbe717 100644
--- a/docs/avatar.md
+++ b/docs/avatar.md
@@ -25,7 +25,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).
+ To determine if the delete option should be presented to the user, it's recommended to check the `isCustomAvatar` property of the [Get userĀ“s conversations](conversation.md#get-user-s-conversations) API.
+
* Required capability: `avatar`
* Method: `DELETE`
diff --git a/docs/conversation.md b/docs/conversation.md
index a4031a4b4..b7e172b49 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 has a custom avatar |
+| `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar (only available with `avatar` capability) |
| `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) |