Trying to send a message into a room or simply browse rooms results in the following, which causes the app to become unresponsive:
main.b8455fa246356d403cf5.bundle.js:2 Uncaught TypeError: Cannot read properties of null (reading 'displayName')
at main.b8455fa246356d403cf5.bundle.js:2:2929160
at Is (main.b8455fa246356d403cf5.bundle.js:2:2929221)
at a.e (main.b8455fa246356d403cf5.bundle.js:2:3948672)
at i.emit (main.b8455fa246356d403cf5.bundle.js:2:530478)
at Object.SELECT_ROOM (main.b8455fa246356d403cf5.bundle.js:2:2971217)
at a.value (main.b8455fa246356d403cf5.bundle.js:2:2973970)
at t._invokeCallback (main.b8455fa246356d403cf5.bundle.js:2:538321)
at t.dispatch (main.b8455fa246356d403cf5.bundle.js:2:538143)
at Bu (main.b8455fa246356d403cf5.bundle.js:2:2965955)
at onClick (main.b8455fa246356d403cf5.bundle.js:2:3518748)
Further details, realized I had a personal custom emoji added from FluffyChat that seems to be missing the displayName key - removing that in FluffyChat fixed the issue.
Describe the bug
Trying to send a message into a room or simply browse rooms results in the following, which causes the app to become unresponsive:
Reproduction
Expected behavior
Normal chat behavior
Platform and versions
Additional context
No response