using username

pull/321/head
Gabriel Engel 11 years ago
parent 7df7f21b04
commit bf2f9701b5
  1. 2
      client/views/app/room.coffee

@ -110,7 +110,7 @@ Template.room.helpers
if roomData.t is 'd'
username = _.without roomData.usernames, Meteor.user().username
return 'status-' + Session.get('user_' + this.name + '_status')
return 'status-' + Session.get('user_' + username + '_status')
else
return ''

Loading…
Cancel
Save