mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
bugfix
This commit is contained in:
@@ -811,7 +811,7 @@ speechSynthesis.getVoices();
|
||||
if (feeds === null) {
|
||||
return;
|
||||
}
|
||||
if (('lastFeedEntry' in this) &&
|
||||
if (typeof this.lastFeedEntry !== 'undefined' &&
|
||||
(feeds[0].created_at === this.lastFeedEntry.created_at)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user