mirror of https://github.com/vector-im/riot-web
oops
parent
e50478aa1d
commit
20f9d71782
|
@ -200,7 +200,7 @@ export default {
|
||||||
|
|
||||||
if (sdkConfigValue === 'enable') {
|
if (sdkConfigValue === 'enable') {
|
||||||
return true;
|
return true;
|
||||||
} else if (sdkConfigValue === 'enable') {
|
} else if (sdkConfigValue === 'disable') {
|
||||||
return false;
|
return false;
|
||||||
} else if (sdkConfigValue === 'labs') {
|
} else if (sdkConfigValue === 'labs') {
|
||||||
if (!MatrixClientPeg.get().isGuest()) {
|
if (!MatrixClientPeg.get().isGuest()) {
|
||||||
|
|
Loading…
Reference in New Issue