Commit ef8082a3 authored by JC Brand's avatar JC Brand

Fixes #262 Contact requests not shown if page reloaded.

parent 60eb7552
......@@ -3644,7 +3644,7 @@
converse.getVCard(
bare_jid,
$.proxy(function (jid, fullname, img, img_type, url) {
this.add({
this.create({
jid: bare_jid,
subscription: 'none',
ask: null,
......@@ -3658,7 +3658,7 @@
}, this),
$.proxy(function (jid, iq) {
converse.log("Error while retrieving vcard");
this.add({
this.create({
jid: bare_jid,
subscription: 'none',
ask: null,
......
......@@ -17,6 +17,7 @@ Changelog
* #237 Unable to create room when ``hide_muc_server`` is ``true``. [jcbrand]
* #238 Rooms are not shown when ``hide_offline_users`` is ``true``. [jcbrand]
* #251 Non-minified builds for debugging. [jcbrand]
* #262 Contact requests are not shown if page is reloaded. [jcbrand]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #274 Roster filtering results change with presence changes. [jcbrand]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment