mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Actually use variable
This commit is contained in:
parent
b80b08f04f
commit
de9bf4bb47
@ -509,7 +509,7 @@ module.exports = React.createClass({
|
|||||||
// as long as it has no domain (which we assume to mean it's
|
// as long as it has no domain (which we assume to mean it's
|
||||||
// there is only one possible instance).
|
// there is only one possible instance).
|
||||||
if (the_instance.fields.domain === undefined && network_info.domain === undefined) {
|
if (the_instance.fields.domain === undefined && network_info.domain === undefined) {
|
||||||
matched_instance = this.protocols[network_info.protocol].instances[0];
|
matched_instance = the_instance;
|
||||||
}
|
}
|
||||||
} else if (network_info.domain) {
|
} else if (network_info.domain) {
|
||||||
// otherwise, we look for one with a matching domain.
|
// otherwise, we look for one with a matching domain.
|
||||||
|
Loading…
Reference in New Issue
Block a user