Skip to content

Commit

Permalink
Add messageId to richObject definition of Talk
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed May 5, 2023
1 parent d2606a9 commit 9faf64c
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' => '28.0.0',
'required' => false,
'description' => 'The id of a message that was referred to',
'example' => '12345',
],
],
],
'circle' => [
Expand Down

0 comments on commit 9faf64c

Please sign in to comment.