From e1917494bf44fa77a77b1156cb042b43f7d58adf Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Sun, 15 Jan 2023 14:54:50 -0400 Subject: [PATCH] Revert "fix: Fix client-side message rendering issue when sending attachements through the library (#1905)" (#1932) This reverts commit 7dd8688f048faad658a6718a57f83488421735da. --- src/util/Injected.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/Injected.js b/src/util/Injected.js index bc05602..e1f3871 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -271,7 +271,6 @@ exports.LoadUtils = () => { ...ephemeralFields, ...locationOptions, ...attOptions, - ...(Object.keys(attOptions).length > 0 ? attOptions.toJSON() : {}), ...quotedMsgOptions, ...vcardOptions, ...buttonOptions,