fix typeError when subscribing to mailboxes from the profile page
This commit is contained in:
parent
677a1594a5
commit
1143ee3974
@ -559,7 +559,7 @@ define([
|
|||||||
lm.proxy.on('ready', function () {
|
lm.proxy.on('ready', function () {
|
||||||
updateValues(lm.proxy);
|
updateValues(lm.proxy);
|
||||||
UI.removeLoadingScreen();
|
UI.removeLoadingScreen();
|
||||||
common.mailbox.subscribe({
|
common.mailbox.subscribe(["notifications"], {
|
||||||
onMessage: function () {
|
onMessage: function () {
|
||||||
refreshFriendRequest(lm.proxy);
|
refreshFriendRequest(lm.proxy);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user