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:
Joas Schilling 2023-05-08 09:26:04 +02:00 committed by GitHub
commit b1c6b940a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' => [