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:
authorJoas Schilling <coding@schilljs.com>2019-12-05 19:56:38 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-20 12:52:52 +0300
commit6f19e9ddfd42736d4b918111b79a15052527fe15 (patch)
tree4e6e61bddf38be76f45bd55255aebe8d5f2d00c1 /docs
parentcac8dc7193d38bfae1d38c265fcc75c55ca79078 (diff)
Allow to start conversations with circles
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
-rw-r--r--docs/conversation.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 0c723fd4b..c75fcdf7c 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -41,3 +41,4 @@ title: Capabilities
## 8.0
* `chat-replies` - Normal chat messages can now be replied to. Check the `isReplyable` parameter on the message object.
+* `circles-support` - Conversations can be created for circles and all circle members can be added to existing conversations
diff --git a/docs/conversation.md b/docs/conversation.md
index 4567cc0ef..4c43fb328 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -53,7 +53,8 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
field | type | Description
------|------|------------
`roomType` | int |
- `invite` | string | user id (`roomType = 1`), group id (`roomType = 2` - optional)
+ `invite` | string | user id (`roomType = 1`), group id (`roomType = 2` - optional), circle id (`roomType = 2`, `inviteType = \OCP\IShare::TYPE_CIRCLES`], only available with `circles-support` capability))
+ `inviteSource` | string | The source for the invite, only supported on `roomType = 2` for `groups` and `circles` (only available with `circles-support` capability)
`roomName` | string | conversation name (Not available for `roomType = 1`)
* Response: