Define a guest type so Talk can use it in it's notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
daf89e6b34
commit
60fe0d7fc4
|
@ -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' => [
|
'highlight' => [
|
||||||
'author' => 'Nextcloud',
|
'author' => 'Nextcloud',
|
||||||
'app' => 'core',
|
'app' => 'core',
|
||||||
|
|
Loading…
Reference in New Issue