Skip to content
Snippets Groups Projects
Commit 92b13a49 authored by Tim Kinnane's avatar Tim Kinnane
Browse files

Remove online status class from channels

Was unneccesarily requiring style override for channel icon (#) color.
parent f7b718cd
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Template.chatRoomItem.helpers ...@@ -9,7 +9,7 @@ Template.chatRoomItem.helpers
return this.unread return this.unread
userStatus: -> userStatus: ->
return 'status-' + (Session.get('user_' + this.name + '_status') or 'offline') return 'status-' + (Session.get('user_' + this.name + '_status') or 'offline') if this.t is 'd'
name: -> name: ->
return this.name return this.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment