Fix blocked player join notifications

This commit is contained in:
Natsumi
2026-01-04 15:03:44 +13:00
parent e37ca617fd
commit 5b465b33f5

View File

@@ -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;