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