Merge pull request #399 from thierrytiti/bugfixes
Bugfix. fullname is null
This commit is contained in:
commit
68bcc9d0eb
@ -4625,7 +4625,7 @@
|
||||
if (this.get('fullname') === undefined) {
|
||||
converse.getVCard(
|
||||
null, // No 'to' attr when getting one's own vCard
|
||||
$.proxy(function (jid, fullname, image, image_type, url) {
|
||||
$.proxy(function (iq, jid, fullname, image, image_type, url) {
|
||||
this.save({'fullname': fullname});
|
||||
}, this)
|
||||
);
|
||||
|
@ -7,6 +7,7 @@ Changelog
|
||||
* Refactored in order to remove the strophe.roster.js dependency. [jcbrand]
|
||||
* Bugfix. Manual login doesn't work when only websocket_url is set and not bosh_service_url. [jcbrand]
|
||||
* Bugfix. clearSessions during unload event would throw an error when not logged in. [gbonvehi]
|
||||
* Bugfix. wrong callback argument mapping in XmppStatus initialize: fullname is null [thierrytiti]
|
||||
* #389 Allow login panel placeholders and roster item 'Name' translations. [gbonvehi]
|
||||
* Add placeholder for "Insert a smiley" translation [thierrytiti]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user