Fix wrong type for sort
This commit is contained in:
parent
66e137582e
commit
c536af32f5
|
@ -744,7 +744,7 @@ class Client {
|
|||
}
|
||||
accountData[newAccountData.type] = newAccountData;
|
||||
if (onAccountData != null) onAccountData.add(newAccountData);
|
||||
if (newAccountData.type == 'm.direct') {
|
||||
if (newAccountData.type == 'm.tag') {
|
||||
_sortRooms();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue