Oops, removed the pure offline class
This commit is contained in:
parent
7c1b4f4fc9
commit
2fd690ea2b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue