mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
fix: transform any string on number to Lower Case, for not show reading id of undefined
This commit is contained in:
parent
acad895c9d
commit
0a4b8d202a
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user