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