Commit ca079cb
committed
Fix nil error when sorting room aliases
Under some circumstances, the array of canonical aliases may contain
nil entries, which causes the sort to fail. This solution simply removes
those nil entries before sorting.1 parent d457a20 commit ca079cb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
984 | | - | |
| 984 | + | |
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| |||
0 commit comments