mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
fix: send message to group without no cache (local or redis)
This commit is contained in:
@@ -1678,7 +1678,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
// participants?: GroupParticipant[],
|
||||
) {
|
||||
sender = sender.toLowerCase();
|
||||
|
||||
|
||||
const option: any = {
|
||||
quoted,
|
||||
};
|
||||
@@ -3332,7 +3332,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
}
|
||||
|
||||
return await this.findGroup({ groupJid }, 'inner');
|
||||
}
|
||||
};
|
||||
|
||||
public async createGroup(create: CreateGroupDto) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user