|
|
|
|
@ -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 '' |
|
|
|
|
|