mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 20:03:51 +02:00
bugfix
This commit is contained in:
@@ -3705,7 +3705,9 @@ CefSharp.BindObjectAsync(
|
||||
$app.methods.userStatusClass = function (user) {
|
||||
var style = {};
|
||||
if (user) {
|
||||
if (user.state === 'active') {
|
||||
// due to social status, check if the user isn't currentUser
|
||||
if (user.state === 'active' &&
|
||||
user.id !== API.currentUser.id) {
|
||||
style.inactive = true;
|
||||
} else if (user.location === 'offline') {
|
||||
style.offline = true;
|
||||
|
||||
Reference in New Issue
Block a user