fix conflict

This commit is contained in:
Bob
2023-12-23 22:05:08 -03:00
committed by GitHub
parent dd2870bfc1
commit e6d47ec9a4

View File

@@ -398,6 +398,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
for(const { attrs } of blocklists) {
const blocklist = [attrs.jid]
const type = (attrs.action === 'block') ? 'add' : 'remove'
ev.emit('blocklist.update', { blocklist, type })
}
}