mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -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) {
|
private async getMessage(key: proto.IMessageKey, full = false) {
|
||||||
try {
|
try {
|
||||||
const webMessageInfo = (await this.prismaRepository.message.findFirst({
|
const webMessageInfo = (await this.prismaRepository.message.findMany({
|
||||||
where: {
|
where: {
|
||||||
instanceId: this.instanceId,
|
instanceId: this.instanceId,
|
||||||
key: {
|
key: {
|
||||||
|
Loading…
Reference in New Issue
Block a user