Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-06-13 18:53:38 +0300
committerVitor Mattos <vitor@php.rio>2022-06-30 21:01:31 +0300
commitbd9913e1ea72be757e34b5719be0ceace6427544 (patch)
tree18c1276534feb5912725b6959baf87fd50676663 /docs
parent1f808ebe56c676d16c81233237bb86332fef98c2 (diff)
Rename message expire to expire date
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
-rw-r--r--docs/conversation.md4
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index a21e7f5c7..50f7536c5 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -103,4 +103,3 @@ title: Capabilities
* `silent-call` - Allow to start calls without sending notification
* `config => call => enabled` - Whether calling is enabled on the instance or not
* `config => signaling => session-ping-limit` - Number of sessions the HPB is allowed to ping in the same request
-* `time-to-live` - Time to live of messages for a conversation
diff --git a/docs/conversation.md b/docs/conversation.md
index 600fe4525..5afb8df5e 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -51,7 +51,7 @@
`participantFlags` | int | v1 | | "In call" flags of the user's session making the request (only available with `in-call-flags` capability)
`readOnly` | int | v1 | | Read-only state for the current user (only available with `read-only-rooms` capability)
`listable` | int | v3 | | Listable scope for the room (only available with `listable-rooms` capability)
- `messageExpire` | int | v4 | | The message expire time in seconds in this chat. Zero if disabled. (only available with `message-expire` capability)
+ `expireDate` | int | v4 | | The expire date time in seconds in this chat. Zero if disabled. (only available with `message-expire` capability)
`count` | int | v1 | v2 | **Removed:** Count the users on the [Get list of participants in a conversation](participant.md#get-list-of-participants-in-a-conversation) endpoint
`numGuests` | int | v1 | v2 | **Removed:** Count the guests on the [Get list of participants in a conversation](participant.md#get-list-of-participants-in-a-conversation) endpoin
`lastPing` | int | v1 | | Timestamp of the user's session making the request
@@ -337,7 +337,7 @@
+ `401 Unauthorized` When the participant is a guest
+ `404 Not Found` When the conversation could not be found for the participant
-## Set message expire for messages in a conversation
+## Set expire date for messages in a conversation
* Required capability: `message-expire`
* Method: `POST`