From 4e1641c0aeaa5d4b410feb327be01eb70a787580 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 25 Feb 2026 08:31:48 +0000 Subject: [PATCH] Update src/clients/matrix.mjs --- src/clients/matrix.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clients/matrix.mjs b/src/clients/matrix.mjs index 10a944c..15827f6 100644 --- a/src/clients/matrix.mjs +++ b/src/clients/matrix.mjs @@ -170,7 +170,6 @@ export default class matrix extends EventEmitter { mxcUrl: mxcUrl, type: relatedContent.msgtype, filename: relatedContent.filename || relatedContent.body, // fallback to body if filename missing - filename: relatedContent.filename || relatedContent.body, // fallback to body if filename missing mimetype: relatedContent.info?.mimetype || null }; }