mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #38102 from nextcloud/feature/noid/add-messageid-to-talk-richobject-definition
Add messageId to richObject definition of Talk
This commit is contained in:
commit
b1c6b940a6
1 changed files with 6 additions and 0 deletions
|
|
@ -199,6 +199,12 @@ class Definitions {
|
|||
'description' => 'The icon url to use as avatar',
|
||||
'example' => 'https://localhost/ocs/v2.php/apps/spreed/api/v1/room/R4nd0mToken/avatar'
|
||||
],
|
||||
'message-id' => [
|
||||
'since' => '27.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The id of a message that was referred to',
|
||||
'example' => '12345',
|
||||
],
|
||||
],
|
||||
],
|
||||
'circle' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue