fix typeError when subscribing to mailboxes from the profile page

pull/1/head
ansuz 2019-07-11 09:55:54 +02:00
parent 677a1594a5
commit 1143ee3974
1 changed files with 1 additions and 1 deletions
www/profile

View File

@ -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);
},