mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Document talk icon url definition
https://github.com/nextcloud/spreed/pull/8333 introduced an optional `icon-url` for the call objects in rich messages. https://github.com/nextcloud/spreed/issues/8389 Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
1001769aed
commit
8283b3124c
1 changed files with 7 additions and 0 deletions
|
|
@ -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/index.php/api/v1/room/R4nd0mToken/avatar'
|
||||
],
|
||||
],
|
||||
],
|
||||
'circle' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue