Merge pull request #16968 from nextcloud/feature/noid/guest-mention-notifications-for-talk
Define a guest type so Talk can use it in it's notifications
This commit is contained in:
commit
80d272c311
|
@ -268,6 +268,25 @@ class Definitions {
|
|||
],
|
||||
],
|
||||
],
|
||||
'guest' => [
|
||||
'author' => 'Nextcloud',
|
||||
'app' => 'spreed',
|
||||
'since' => '17.0.0',
|
||||
'parameters' => [
|
||||
'id' => [
|
||||
'since' => '17.0.0',
|
||||
'required' => true,
|
||||
'description' => 'The id used to identify the guest user',
|
||||
'example' => '42',
|
||||
],
|
||||
'name' => [
|
||||
'since' => '17.0.0',
|
||||
'required' => true,
|
||||
'description' => 'Potential displayname of the guest user',
|
||||
'example' => 'Foobar Cats',
|
||||
],
|
||||
],
|
||||
],
|
||||
'highlight' => [
|
||||
'author' => 'Nextcloud',
|
||||
'app' => 'core',
|
||||
|
|
Loading…
Reference in New Issue