A few bug fixes
This commit is contained in:
parent
4b28fd896a
commit
2aa2aca9f2
6 changed files with 76 additions and 27 deletions
|
@ -424,7 +424,7 @@ export const getConversationSelector = createSelector(
|
|||
if (onE164) {
|
||||
return selector(onE164);
|
||||
}
|
||||
const onUuid = getOwn(byUuid, id);
|
||||
const onUuid = getOwn(byUuid, id.toLowerCase ? id.toLowerCase() : id);
|
||||
if (onUuid) {
|
||||
return selector(onUuid);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue