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: https://github.com/verdigado/rocketchat2matrix/blob/13695e0f6f0d6198a2f75e17408ae9215d342147/src/handlers/messages.ts#L103 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}})