mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fix blocked player join notifications
This commit is contained in:
@@ -68,9 +68,7 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => {
|
|||||||
if (!watchState.isFriendsLoaded) {
|
if (!watchState.isFriendsLoaded) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (wristOverlaySettingsStore.overlayWrist === false) {
|
// TODO: remove debounce, decouple blocked player join/leave notifications, pull data from database with filters instead of sharedFeed
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (state.updateSharedFeedTimer) {
|
if (state.updateSharedFeedTimer) {
|
||||||
if (forceUpdate) {
|
if (forceUpdate) {
|
||||||
state.updateSharedFeedPendingForceUpdate = true;
|
state.updateSharedFeedPendingForceUpdate = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user