Skip to content

Commit

Permalink
Fixed guest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizEdP committed Apr 22, 2016
1 parent 3e8c205 commit b1c7b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/public/lib/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@
}

//Do chat notifications
if(user.uid != MP.api.room.getUser().uid){
if (MP.user && user.uid != MP.user.uid){

//Desktop notification
if(settings.roomSettings.notifications.desktop.chat)
Expand Down

0 comments on commit b1c7b31

Please sign in to comment.