mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Completely remove message-status-update & user-status-update
This commit is contained in:
@@ -78,9 +78,6 @@ export class WAConnection extends Base {
|
||||
]
|
||||
)
|
||||
this.emit ('contact-update', { jid: this.user.jid, status })
|
||||
|
||||
// emit deprecated
|
||||
this.emit ('user-status-update', { jid: this.user.jid, status })
|
||||
return response
|
||||
}
|
||||
async updateProfileName (name: string) {
|
||||
|
||||
Reference in New Issue
Block a user