diff --git a/src/stores/sharedFeed.js b/src/stores/sharedFeed.js index 1224977e..781a66a3 100644 --- a/src/stores/sharedFeed.js +++ b/src/stores/sharedFeed.js @@ -68,9 +68,7 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => { if (!watchState.isFriendsLoaded) { return; } - if (wristOverlaySettingsStore.overlayWrist === false) { - return; - } + // TODO: remove debounce, decouple blocked player join/leave notifications, pull data from database with filters instead of sharedFeed if (state.updateSharedFeedTimer) { if (forceUpdate) { state.updateSharedFeedPendingForceUpdate = true;