diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-04-04 17:08:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 17:08:28 +0200 |
commit | 9cae15d1ad98a006d5d792a4d8579829ff48ff7f (patch) | |
tree | abba52e05dcc5fed89aff3e460955edfed73b7c9 /lib/public | |
parent | 93faf19ed9e98667a98a864b9f8119fc3b41d705 (diff) | |
parent | a62521faae7c4792d30b8f272bc30e33aa9a45da (diff) | |
download | nextcloud-server-9cae15d1ad98a006d5d792a4d8579829ff48ff7f.tar.gz nextcloud-server-9cae15d1ad98a006d5d792a4d8579829ff48ff7f.zip |
Merge pull request #37278 from nextcloud/feature/document-talk-icon-url-definition
Document talk icon url definition
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 57da9f4eb30..8e007d28059 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -9,6 +9,7 @@ * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Citharel <nextcloud@tcit.fr> * @author Vincent Petry <vincent@nextcloud.com> + * @author Vitor Mattos <vitor@php.rio> * * @license GNU AGPL version 3 or any later version * @@ -192,6 +193,12 @@ class Definitions { 'description' => 'The link to the conversation', 'example' => 'https://localhost/index.php/call/R4nd0mToken', ], + 'icon-url' => [ + 'since' => '27.0.0', + 'required' => false, + 'description' => 'The icon url to use as avatar', + 'example' => 'https://localhost/ocs/v2.php/apps/spreed/api/v1/room/R4nd0mToken/avatar' + ], ], ], 'circle' => [ |