summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-15 12:41:25 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-15 15:31:36 +0100
commiteb45b2eb8787207d072e5399da50f24f000df658 (patch)
treeb135894b3e4ee2136b36654a1f3b1f8e78c86238 /docs
parent7736524344560a378922c573f04485bc84eef4ce (diff)
feat(federation): Implement reminders for federated messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/chat.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 7280253e7..161aceb18 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -351,6 +351,7 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
## Set reminder for chat message
* Required capability: `remind-me-later`
+* Federation capability: `federation-v1`
* Method: `POST`
* Endpoint: `/chat/{token}/{messageId}/reminder`
* Data:
@@ -379,6 +380,7 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
## Get reminder for chat message
* Required capability: `remind-me-later`
+* Federation capability: `federation-v1`
* Method: `GET`
* Endpoint: `/chat/{token}/{messageId}/reminder`
@@ -403,6 +405,7 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
## Delete reminder for chat message
* Required capability: `remind-me-later`
+* Federation capability: `federation-v1`
* Method: `DELETE`
* Endpoint: `/chat/{token}/{messageId}/reminder`