diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-13 22:12:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 22:12:34 +0200 |
commit | 23253daa2f2d8f6245d45fc2a7ba9b688347de9b (patch) | |
tree | bbe58ddd5b6c85b076f31d73f111ce89d2bff312 /lib | |
parent | eec982e34b6e1c559f54e63b8c0debabeb6e087f (diff) | |
parent | 787c2a17e3874a02388bd7bf493f4263b43b93c1 (diff) | |
download | nextcloud-server-23253daa2f2d8f6245d45fc2a7ba9b688347de9b.tar.gz nextcloud-server-23253daa2f2d8f6245d45fc2a7ba9b688347de9b.zip |
Merge pull request #20958 from nextcloud/bugfix/talk-3523/allow-links-to-conversations
Allow links to conversations
Diffstat (limited to 'lib')
-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' => [ |