mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
change version
This commit is contained in:
@@ -1180,7 +1180,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
|
||||
const contactRaw: { remoteJid: string; pushName: string; profilePicUrl?: string; instanceId: string } = {
|
||||
remoteJid: received.key.remoteJid,
|
||||
pushName: received.key.fromMe ? '' : (received.key.fromMe == null ? '' : received.pushName),
|
||||
pushName: received.key.fromMe ? '' : received.key.fromMe == null ? '' : received.pushName,
|
||||
profilePicUrl: (await this.profilePicture(received.key.remoteJid)).profilePictureUrl,
|
||||
instanceId: this.instanceId,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user