summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-02 13:20:48 -0300
committerVitor Mattos <vitor@php.rio>2023-05-03 05:00:09 -0300
commit030fdbfd544d40c7f6268e98bfacf1197ebc2bc1 (patch)
treebafd2110a8c218c73f4a482edfe06ece084365a7 /docs
parentbd40421b1ce0be33e16a8644906445dcf25a3d28 (diff)
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 <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 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) |