mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
fix: correct syntax in generateMessageID method
This commit is contained in:
@@ -1981,7 +1981,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
}
|
||||
public generateMessageID() {
|
||||
return {
|
||||
id: generateMessageIDV2(this.client.user?.id)
|
||||
id: generateMessageIDV2(this.client.user?.id),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2248,7 +2248,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
mentions,
|
||||
linkPreview,
|
||||
quoted,
|
||||
optionsoptions?.messageId ?? null,
|
||||
options?.messageId ?? null,
|
||||
group?.ephemeralDuration,
|
||||
// group?.participants,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user