Skip to content

Commit

Permalink
[Darwin] MTRDevice subscription should be non-fabric-filtered (#23473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple authored and pull[bot] committed May 25, 2023
1 parent 9f14c66 commit 3849784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ - (void)setupSubscription
readParams.mpEventPathParamsList = eventPath.get();
readParams.mEventPathParamsListSize = 1;
readParams.mKeepSubscriptions = true;
readParams.mIsFabricFiltered = false;
attributePath.release();
eventPath.release();

Expand Down

0 comments on commit 3849784

Please sign in to comment.