diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-05-08 09:26:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 09:26:04 +0200 |
commit | b1c6b940a6abeccae6534f2f0397c4cf016bfb71 (patch) | |
tree | de82d3b4fd9ebf1126023dbf09612b53e1029d0b | |
parent | cfbb80a8c399cfb0ea763fa05aa3e7ee4dfc5458 (diff) | |
parent | 484f7a6641f370ad2f624067e2f6a8467ff58024 (diff) | |
download | nextcloud-server-b1c6b940a6abeccae6534f2f0397c4cf016bfb71.tar.gz nextcloud-server-b1c6b940a6abeccae6534f2f0397c4cf016bfb71.zip |
Merge pull request #38102 from nextcloud/feature/noid/add-messageid-to-talk-richobject-definition
Add messageId to richObject definition of Talk
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 8e007d28059..ffd7d614179 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/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' => [ |