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
This causes cinny to crash: t.match is not a function
Reproduction
Send an invalid event, such as m.room.message + {"body": {}, "msgtype": "m.text"}. This instantly and persistently crashes cinny until the offending event is removed.
Expected behavior
Cinny would display an error, such as the "unsupported event" one used for unsupported events.
Platform and versions
Windows 10, Firefox, Cinny 4.2.3, nexy7574.co.uk
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Unexpected values in events, where strings are expected, will cause cinny to crash, seemingly because it tries to render them.
For example,
This causes cinny to crash:
t.match is not a function
Reproduction
Send an invalid event, such as
m.room.message
+{"body": {}, "msgtype": "m.text"}
. This instantly and persistently crashes cinny until the offending event is removed.Expected behavior
Cinny would display an error, such as the "unsupported event" one used for unsupported events.
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: