Oops, removed the pure offline class

This commit is contained in:
David Baker 2016-07-14 18:13:54 +01:00
parent 7c1b4f4fc9
commit 2fd690ea2b

View File

@ -42,7 +42,7 @@ function presenceClassForMember(presence_state, last_active_ago) {
} else if (presence_state) {
return PRESENCE_CLASS[presence_state];
} else {
return PRESENCE_CLASS['offline'];
return PRESENCE_CLASS['offline'] + '_neveractive';
}
}