mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
more fixes
This commit is contained in:
@@ -677,8 +677,7 @@ import webApiService from './service/webapi.js';
|
||||
map[feed.displayName] < feed.created_at) {
|
||||
map[feed.displayName] = feed.created_at;
|
||||
}
|
||||
}
|
||||
if (feed.type === 'invite' ||
|
||||
} else if (feed.type === 'invite' ||
|
||||
feed.type === 'requestInvite' ||
|
||||
feed.type === 'friendRequest') {
|
||||
if (!map[feed.senderUsername] ||
|
||||
@@ -704,8 +703,7 @@ import webApiService from './service/webapi.js';
|
||||
notys.push(feed);
|
||||
}
|
||||
}
|
||||
}
|
||||
if ((notificationJoinLeaveFilter === "Everyone") ||
|
||||
} else if ((notificationJoinLeaveFilter === "Everyone") ||
|
||||
((notificationJoinLeaveFilter === "Friends") && (feed.isFriend)) ||
|
||||
((notificationJoinLeaveFilter === "VIP") && (feed.isFavorite))) {
|
||||
if (feed.type === 'OnPlayerJoined' ||
|
||||
@@ -716,8 +714,7 @@ import webApiService from './service/webapi.js';
|
||||
notys.push(feed);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (feed.type === 'invite' ||
|
||||
} else if (feed.type === 'invite' ||
|
||||
feed.type === 'requestInvite' ||
|
||||
feed.type === 'friendRequest') {
|
||||
if (!map[feed.senderUsername] ||
|
||||
|
||||
Reference in New Issue
Block a user