Skip to content

Commit 0078f8d

Browse files
andy31415bzbarsky-apple
andauthoredAug 6, 2024
Update src/app/InteractionModelEngine.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 567f658 commit 0078f8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/InteractionModelEngine.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,7 @@ CHIP_ERROR InteractionModelEngine::OnMessageReceived(Messaging::ExchangeContext
975975

976976
Protocols::InteractionModel::Status status = Status::Failure;
977977

978-
// Ensure that DataModel::Provider have access to the currently executing
979-
// exchange context.
978+
// Ensure that DataModel::Provider have access to the exchange the message was received on.
980979
ScopedExchangeContext scopedExchangeContext(*this, apExchangeContext);
981980

982981
// Group Message can only be an InvokeCommandRequest or WriteRequest

0 commit comments

Comments
 (0)