mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-30 18:11:20 +02:00
Fix starting a chat by email address
Regression introduced whilst refactoring for groups support.
This commit is contained in:
parent
081a900524
commit
34134f0d43
@ -127,7 +127,7 @@ function _onRoomInviteFinished(roomId, shouldInvite, addrs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _isDmChat(addrTexts) {
|
function _isDmChat(addrTexts) {
|
||||||
if (addrTexts.length === 1 && getAddressType(addrTexts[0])) {
|
if (addrTexts.length === 1 && getAddressType(addrTexts[0]) === 'mx') {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user