Oops, removed the pure offline class
parent
7c1b4f4fc9
commit
2fd690ea2b
|
@ -42,7 +42,7 @@ function presenceClassForMember(presence_state, last_active_ago) {
|
||||||
} else if (presence_state) {
|
} else if (presence_state) {
|
||||||
return PRESENCE_CLASS[presence_state];
|
return PRESENCE_CLASS[presence_state];
|
||||||
} else {
|
} else {
|
||||||
return PRESENCE_CLASS['offline'];
|
return PRESENCE_CLASS['offline'] + '_neveractive';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue