Merge pull request #20961 from nextcloud/backport/20958/stable19

[stable19] Allow links to conversations
This commit is contained in:
Roeland Jago Douma 2020-05-14 08:08:50 +02:00 committed by GitHub
commit 3d201d70ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,12 @@ class Definitions {
'description' => 'The type of the call: one2one, group or public',
'example' => 'one2one',
],
'link' => [
'since' => '19.0.0',
'required' => false,
'description' => 'The link to the conversation',
'example' => 'https://localhost/index.php/call/R4nd0mToken',
],
],
],
'circle' => [