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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 21:30:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 21:30:14 +0300
commitde724a0e8085b405684a67b04c22fc07b27743af (patch)
tree7acf8ca11bc7c2ab3da66c50e54b313d55259fae /lib/Service/Gateway/Signal
parentf2fab19e78cf10c6b16ca1f48775c9d88f12bb47 (diff)
Add test command to send messages via all gateways
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Service/Gateway/Signal')
-rw-r--r--lib/Service/Gateway/Signal/Gateway.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/Gateway/Signal/Gateway.php b/lib/Service/Gateway/Signal/Gateway.php
index 821aa0d..a716109 100644
--- a/lib/Service/Gateway/Signal/Gateway.php
+++ b/lib/Service/Gateway/Signal/Gateway.php
@@ -68,7 +68,7 @@ class Gateway implements IGateway {
$client = $this->clientService->newClient();
$response = $client->post($endpoint, [
'body' => [
- 'to' => $idenfier,
+ 'to' => $identifier,
'message' => $message,
],
]);