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
Thanks for reporting. After a very quick look I'd assume this is indeed some sort of attachment, although I'd expect something like a file link with it (everything without further investigation). #13 should deal with this, but I didn't had the time to look into it, yet, as I'm finishing tests and parallelisation.
An error occurs when handling messages:
This error occurs here:
rocketchat2matrix/src/handlers/messages.ts
Line 103 in 13695e0
The problematic message without the
msg
field:I found 2 similar messages in my Rocket.Chat MongoDB using the query:
db.rocketchat_message.find({msg: {$exists: false}})
The text was updated successfully, but these errors were encountered: