mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 11:35:02 -05:00
Fix handling subscription removals
This commit is contained in:
parent
e290b9a094
commit
6f1a7b7056
@ -150,7 +150,7 @@ module.exports = function (client, app) {
|
||||
|
||||
if (item.subscription === 'remove') {
|
||||
if (contact) {
|
||||
me.removeContact(contact);
|
||||
me.removeContact(item.jid);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "otalk.im",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user