Skip to content

Commit

Permalink
Allow links to conversations
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 13, 2020
1 parent c6da7ec commit 787c2a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/public/RichObjectStrings/Definitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 787c2a1

Please sign in to comment.