mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: message delete not reflecting correctly for others
This commit is contained in:
@@ -167,7 +167,10 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
case proto.ProtocolMessage.ProtocolMessageType.REVOKE:
|
case proto.ProtocolMessage.ProtocolMessageType.REVOKE:
|
||||||
ev.emit('messages.update', [
|
ev.emit('messages.update', [
|
||||||
{
|
{
|
||||||
key: protocolMsg.key,
|
key: {
|
||||||
|
...message.key,
|
||||||
|
id: protocolMsg.key!.id
|
||||||
|
},
|
||||||
update: { message: null, messageStubType: WAMessageStubType.REVOKE, key: message.key }
|
update: { message: null, messageStubType: WAMessageStubType.REVOKE, key: message.key }
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user