mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
feat: Sync lost messages on chatwoot
Runs the sync method every 30min
This commit is contained in:
@@ -294,7 +294,7 @@ export class ChannelStartupService {
|
||||
this.clearCacheChatwoot();
|
||||
}
|
||||
|
||||
public async findChatwoot(): Promise<ChatwootDto> {
|
||||
public async findChatwoot(): Promise<ChatwootDto | null> {
|
||||
if (!this.configService.get<Chatwoot>('CHATWOOT').ENABLED) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user