]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add messageId to richObject definition of Talk 38102/head
authorMarcel Müller <marcel-mueller@gmx.de>
Fri, 5 May 2023 13:39:58 +0000 (15:39 +0200)
committerMarcel Müller <marcel-mueller@gmx.de>
Fri, 5 May 2023 15:51:53 +0000 (17:51 +0200)
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
lib/public/RichObjectStrings/Definitions.php

index 8e007d28059d2ba6a19bae380480a7667b4c8f2a..ffd7d61417979ea66766554a8ff9ff7d95cd5cf6 100644 (file)
@@ -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' => [