Fix blocked player join notifications

This commit is contained in:
Natsumi
2026-01-04 15:03:44 +13:00
parent e37ca617fd
commit 5b465b33f5
+1 -3
View File
@@ -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;