diff options
author | Marcel Müller <marcel-mueller@gmx.de> | 2023-05-05 15:39:58 +0200 |
---|---|---|
committer | Marcel Müller <marcel-mueller@gmx.de> | 2023-05-05 17:51:53 +0200 |
commit | 484f7a6641f370ad2f624067e2f6a8467ff58024 (patch) | |
tree | faac6d4140125756425432c3096380eb5d385677 /lib/public/RichObjectStrings | |
parent | d2606a9b7dbeec98c9bbe87161a439f09ad0d844 (diff) | |
download | nextcloud-server-484f7a6641f370ad2f624067e2f6a8467ff58024.tar.gz nextcloud-server-484f7a6641f370ad2f624067e2f6a8467ff58024.zip |
Add messageId to richObject definition of Talk
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to 'lib/public/RichObjectStrings')
-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' => [ |