Skip to content

Commit

Permalink
Merge pull request #38102 from nextcloud/feature/noid/add-messageid-t…
Browse files Browse the repository at this point in the history
…o-talk-richobject-definition

Add messageId to richObject definition of Talk
  • Loading branch information
nickvergessen authored May 8, 2023
2 parents cfbb80a + 484f7a6 commit b1c6b94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/public/RichObjectStrings/Definitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit b1c6b94

Please sign in to comment.