]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow links to conversations 20958/head
authorJoas Schilling <coding@schilljs.com>
Wed, 13 May 2020 14:05:55 +0000 (16:05 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 13 May 2020 14:05:55 +0000 (16:05 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/RichObjectStrings/Definitions.php

index 50e2f398d4e4673370355b3e42e18e681a44d83b..b092be5e3aa8972d86eb8106c8cd2c30eebe2bef 100644 (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' => [