diff options
author | Joas Schilling <coding@schilljs.com> | 2020-05-13 16:05:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-05-13 16:05:55 +0200 |
commit | 787c2a17e3874a02388bd7bf493f4263b43b93c1 (patch) | |
tree | c53cadbeb876015546d2e0eb948dc6f69a81d018 /lib/public/RichObjectStrings | |
parent | c6da7ec24cc913af152b4df35a52888f92a4635a (diff) | |
download | nextcloud-server-787c2a17e3874a02388bd7bf493f4263b43b93c1.tar.gz nextcloud-server-787c2a17e3874a02388bd7bf493f4263b43b93c1.zip |
Allow links to conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/RichObjectStrings')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 50e2f398d4e..b092be5e3aa 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -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' => [ |