mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 23:06:26 -06:00
fix: transform any string on number to Lower Case, for not show reading id of undefined
This commit is contained in:
@@ -1676,6 +1676,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
ephemeralExpiration?: number,
|
ephemeralExpiration?: number,
|
||||||
// participants?: GroupParticipant[],
|
// participants?: GroupParticipant[],
|
||||||
) {
|
) {
|
||||||
|
sender = sender.toLowerCase();
|
||||||
|
|
||||||
const option: any = {
|
const option: any = {
|
||||||
quoted,
|
quoted,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user