Revert "fix: Fix client-side message rendering issue when sending attachements through the library (#1905)" (#1932)

This reverts commit 7dd8688f04.
This commit is contained in:
Pedro S. Lopez
2023-01-15 14:54:50 -04:00
committed by GitHub
parent d2479f397e
commit e1917494bf

View File

@@ -271,7 +271,6 @@ exports.LoadUtils = () => {
...ephemeralFields,
...locationOptions,
...attOptions,
...(Object.keys(attOptions).length > 0 ? attOptions.toJSON() : {}),
...quotedMsgOptions,
...vcardOptions,
...buttonOptions,