mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Oops, removed the pure offline class
This commit is contained in:
parent
7c1b4f4fc9
commit
2fd690ea2b
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user