[Darwin] MTRDevice subscription should be non-fabric-filtered (#23473)
diff --git a/src/darwin/Framework/CHIP/MTRDevice.mm b/src/darwin/Framework/CHIP/MTRDevice.mm
index a145394..7a7570b 100644
--- a/src/darwin/Framework/CHIP/MTRDevice.mm
+++ b/src/darwin/Framework/CHIP/MTRDevice.mm
@@ -331,6 +331,7 @@
readParams.mpEventPathParamsList = eventPath.get();
readParams.mEventPathParamsListSize = 1;
readParams.mKeepSubscriptions = true;
+ readParams.mIsFabricFiltered = false;
attributePath.release();
eventPath.release();