mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
fix: Fix client-side message rendering issue when sending attachements through the library (#1905)
This commit is contained in:
@@ -271,6 +271,7 @@ exports.LoadUtils = () => {
|
||||
...ephemeralFields,
|
||||
...locationOptions,
|
||||
...attOptions,
|
||||
...(Object.keys(attOptions).length > 0 ? attOptions.toJSON() : {}),
|
||||
...quotedMsgOptions,
|
||||
...vcardOptions,
|
||||
...buttonOptions,
|
||||
|
||||
Reference in New Issue
Block a user