From e2357d5df17f2ef78a44121ff8c8964861550100 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 13 May 2020 16:05:55 +0200 Subject: [PATCH] Allow links to conversations Signed-off-by: Joas Schilling --- lib/public/RichObjectStrings/Definitions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 50e2f398d4..b092be5e3a 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' => [