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
path: root/lib
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2021-11-24 18:14:53 +0300
committerVitor Mattos <vitor@php.rio>2021-11-24 18:14:53 +0300
commit5808f8b645f9f3866ec045e49f84b206761cc70f (patch)
tree5a4bae3a21f140ccfc396a33b5a9fde8b2627c53 /lib
parentc7e396e16d0c2954f0befd89e44e31b845c7a11f (diff)
Return room token
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Room/Create.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Command/Room/Create.php b/lib/Command/Room/Create.php
index 4b5208e2e..4d2ac7957 100644
--- a/lib/Command/Room/Create.php
+++ b/lib/Command/Room/Create.php
@@ -156,6 +156,7 @@ class Create extends Base {
$output->writeln(sprintf('<error>%s</error>', $e->getMessage()));
return 1;
}
+ $output->writeln('Room token: ' . $room->getToken());
$output->writeln('<info>Room successfully created.</info>');
return 0;