mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-05 17:15:04 -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;
|
||||
self.avatarID = avatar.id;
|
||||
self.avatar = avatar.uri;
|
||||
self.avaarSource = source;
|
||||
self.avatarSource = source;
|
||||
self.save();
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user