Fix regression with new message loading

Event listeners never got registered because of timing issue (MatrixClient was not ready yet). Issue #85.
This commit is contained in:
N-Pex 2021-03-04 11:31:21 +01:00
parent d628501529
commit b0aea0bd81
3 changed files with 56 additions and 15 deletions

View file

@ -42,7 +42,7 @@
.join-user-info {
display: flex;
flex-wrap: nowrap;
max-width: 300px;
max-width: 500px;
}
}