mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 02:32:26 -05:00
typo: avaarSource
This commit is contained in:
parent
5d01d57738
commit
c640ab3072
@ -227,7 +227,7 @@ module.exports = HumanModel.define({
|
|||||||
if (source == 'vcard' && self.avatarSource == 'pubsub') return;
|
if (source == 'vcard' && self.avatarSource == 'pubsub') return;
|
||||||
self.avatarID = avatar.id;
|
self.avatarID = avatar.id;
|
||||||
self.avatar = avatar.uri;
|
self.avatar = avatar.uri;
|
||||||
self.avaarSource = source;
|
self.avatarSource = source;
|
||||||
self.save();
|
self.save();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user