diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-17 10:08:02 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-17 10:08:02 +0100 |
commit | 377e5364171dff12833e2f332b6b0dfdf755646c (patch) | |
tree | ea3016830939ea82dea71b5db33639e70cda85e1 /lib/public | |
parent | 745b707cd9944e2012877943c814be1f3f36750f (diff) | |
download | nextcloud-server-377e5364171dff12833e2f332b6b0dfdf755646c.tar.gz nextcloud-server-377e5364171dff12833e2f332b6b0dfdf755646c.zip |
Add call-type in case the information shall be used for styling or something else in the future
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-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 218d7f55ab1..f1208ae0f2c 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -169,6 +169,12 @@ class Definitions { 'description' => 'The display name of the call which should be used in the visual representation', 'example' => 'Company call', ], + 'call-type' => [ + 'since' => '11.0.2', + 'required' => true, + 'description' => 'The type of the call: one2one, group or public', + 'example' => 'one2one', + ], ], ], 'email' => [ |