From 6c29401ec534bacb0c8785dd263f12f6e991c36c Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Mon, 6 May 2019 15:49:14 +0200
Subject: [PATCH] Allow to send the password of protected conversations

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 core/routes.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/routes.php b/core/routes.php
index 364503d72d6..1544fd67e07 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -89,6 +89,7 @@ $application->registerRoutes($this, [
 		['name' => 'requesthandlercontroller#addShare', 'url' => '/ocm/shares', 'verb' => 'POST', 'app' => 'cloud_federation_api'],
 		['name' => 'requesthandlercontroller#receiveNotification', 'url' => '/ocm/notifications', 'verb' => 'POST', 'app' => 'cloud_federation_api'],
 		['name' => 'pagecontroller#showCall', 'url' => '/call/{token}', 'verb' => 'GET', 'app' => 'spreed'],
+		['name' => 'pagecontroller#authenticatePassword', 'url' => '/call/{token}', 'verb' => 'POST', 'app' => 'spreed'],
 	],
 	'ocs' => [
 		['root' => '/cloud', 'name' => 'OCS#getCapabilities', 'url' => '/capabilities', 'verb' => 'GET'],
-- 
GitLab