mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Don't add gamlog notification's to SharedFeed
This commit is contained in:
@@ -3477,7 +3477,7 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
var ctx = data[--i];
|
||||
// Location, OnPlayerJoined, OnPlayerLeft
|
||||
if (ctx.type) {
|
||||
if (ctx.type !== 'Notification') {
|
||||
// FIXME: 이거 존나 느릴거 같은데
|
||||
var isFriend = false;
|
||||
var isFavorite = false;
|
||||
|
||||
Reference in New Issue
Block a user