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

This commit is contained in:
Rajeh Taher
2023-01-15 20:32:28 +02:00
committed by GitHub
parent 23d5147a14
commit 7dd8688f04

View File

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