Don't add gamlog notification's to SharedFeed

This commit is contained in:
Natsumi
2021-01-23 01:26:39 +13:00
parent 571ebf8f99
commit 5b0a9194af

View File

@@ -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;