Merge pull request #38102 from nextcloud/feature/noid/add-messageid-to-talk-richobject-definition

Add messageId to richObject definition of Talk
pull/38123/head
Joas Schilling 3 years ago committed by GitHub
commit b1c6b940a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lib/public/RichObjectStrings/Definitions.php

@ -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…
Cancel
Save