Fixes #262 Contact requests not shown if page reloaded.
This commit is contained in:
parent
60eb7552a8
commit
ef8082a31d
@ -3644,7 +3644,7 @@
|
|||||||
converse.getVCard(
|
converse.getVCard(
|
||||||
bare_jid,
|
bare_jid,
|
||||||
$.proxy(function (jid, fullname, img, img_type, url) {
|
$.proxy(function (jid, fullname, img, img_type, url) {
|
||||||
this.add({
|
this.create({
|
||||||
jid: bare_jid,
|
jid: bare_jid,
|
||||||
subscription: 'none',
|
subscription: 'none',
|
||||||
ask: null,
|
ask: null,
|
||||||
@ -3658,7 +3658,7 @@
|
|||||||
}, this),
|
}, this),
|
||||||
$.proxy(function (jid, iq) {
|
$.proxy(function (jid, iq) {
|
||||||
converse.log("Error while retrieving vcard");
|
converse.log("Error while retrieving vcard");
|
||||||
this.add({
|
this.create({
|
||||||
jid: bare_jid,
|
jid: bare_jid,
|
||||||
subscription: 'none',
|
subscription: 'none',
|
||||||
ask: null,
|
ask: null,
|
||||||
|
@ -17,6 +17,7 @@ Changelog
|
|||||||
* #237 Unable to create room when ``hide_muc_server`` is ``true``. [jcbrand]
|
* #237 Unable to create room when ``hide_muc_server`` is ``true``. [jcbrand]
|
||||||
* #238 Rooms are not shown when ``hide_offline_users`` is ``true``. [jcbrand]
|
* #238 Rooms are not shown when ``hide_offline_users`` is ``true``. [jcbrand]
|
||||||
* #251 Non-minified builds for debugging. [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]
|
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
|
||||||
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
|
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
|
||||||
* #274 Roster filtering results change with presence changes. [jcbrand]
|
* #274 Roster filtering results change with presence changes. [jcbrand]
|
||||||
|
Loading…
Reference in New Issue
Block a user