Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-04-25 14:01:29 +0300
committerJoas Schilling <coding@schilljs.com>2018-04-26 16:23:38 +0300
commitc761676e96974d3f9b3268294e1bf55f685fc216 (patch)
treed1dfaf1ba062174528139ec70839f5a9127c4af7 /appinfo
parentc4bd6092eabe40ec74f6d67bc44d3f5345f8e66b (diff)
Start autocomplete for mentions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f93bbb1a2..86ca86b23 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -129,6 +129,15 @@ return [
'token' => '^[a-z0-9]{4,30}$',
],
],
+ [
+ 'name' => 'Chat#autoComplete',
+ 'url' => '/api/{apiVersion}/chat/{token}/autocomplete',
+ 'verb' => 'GET',
+ 'requirements' => [
+ 'apiVersion' => 'v1',
+ 'token' => '^[a-z0-9]{4,30}$',
+ ],
+ ],
/**
* Room