fix: send message to group without no cache (local or redis)

This commit is contained in:
Davidson Gomes
2024-10-04 16:23:09 -03:00
parent fcc26f931e
commit 373268c938
3 changed files with 4 additions and 15 deletions

View File

@@ -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 {