mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
fix: get base64 for media message
This commit is contained in:
parent
f40cdb62ba
commit
4824ccafd6
@ -442,7 +442,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
|
||||
private async getMessage(key: proto.IMessageKey, full = false) {
|
||||
try {
|
||||
const webMessageInfo = (await this.prismaRepository.message.findFirst({
|
||||
const webMessageInfo = (await this.prismaRepository.message.findMany({
|
||||
where: {
|
||||
instanceId: this.instanceId,
|
||||
key: {
|
||||
|
Loading…
Reference in New Issue
Block a user