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:
Diffstat (limited to 'lib/TInitialState.php')
-rw-r--r--lib/TInitialState.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TInitialState.php b/lib/TInitialState.php
index 8069d55d7..ea24e17ca 100644
--- a/lib/TInitialState.php
+++ b/lib/TInitialState.php
@@ -55,7 +55,7 @@ trait TInitialState {
);
$signalingMode = $this->talkConfig->getSignalingMode();
- if ($signalingMode !== 'internal'
+ if ($signalingMode !== Config::SIGNALING_INTERNAL
&& !$this->memcacheFactory->isAvailable()
&& $this->serverConfig->getAppValue('spreed', 'signaling_dev', 'no') === 'no') {
throw new HintException(