mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 22:57:44 -06:00
fixed docker files and quoted message option
This commit is contained in:
@@ -983,12 +983,7 @@ export class WAStartupService {
|
||||
|
||||
const messageSent = await (async () => {
|
||||
const option = {
|
||||
quoted: {
|
||||
key: quoted.key,
|
||||
message: {
|
||||
conversation: 'message',
|
||||
},
|
||||
},
|
||||
quoted,
|
||||
};
|
||||
|
||||
if (!message['audio'] && !message['poll'] && !message['linkPreview']) {
|
||||
|
||||
Reference in New Issue
Block a user