mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
Small fixes
This commit is contained in:
@@ -847,7 +847,7 @@ speechSynthesis.getVoices();
|
||||
break;
|
||||
}
|
||||
if ((feedItem.created_at < bias) || (feedItem.type === 'Location') ||
|
||||
((feedItem.type === 'GPS') && (feedItem.location !== ctx.location[0]) &&
|
||||
((feedItem.type === 'GPS') && (feedItem.created_at !== ctx.created_at) &&
|
||||
(feedItem.displayName === ctx.displayName))) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user