You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first check (evt.type === "m.room.message" || evt.type === "m.sticker") will not be true if the event failed to decrypt, so there has to be some other issue causing it.
On first sync, it takes a while, and then web ui is blank.
There's an error in console:
This is in
gomuks/web/src/ui/roomlist/Entry.tsx
Line 35 in 1056a31
evt.content
is undefined.evt
has decryption error, and there's no content.Maybe it should be good to catch this for a better first-user experience :)
The text was updated successfully, but these errors were encountered: