mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
fix: fetch status message
This commit is contained in:
@@ -600,7 +600,7 @@ export class ChannelStartupService {
|
||||
where: {
|
||||
instanceId: this.instanceId,
|
||||
remoteJid: query.where?.remoteJid,
|
||||
messageId: query.where?.id,
|
||||
keyId: query.where?.id,
|
||||
},
|
||||
skip: query.offset * (query?.page === 1 ? 0 : (query?.page as number) - 1),
|
||||
take: query.offset,
|
||||
|
||||
Reference in New Issue
Block a user