Skip to content

Commit

Permalink
fix: shadow message actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lenardvandermaas committed Jan 10, 2025
1 parent 9b5e953 commit 82a5be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</FixedQuerySender>
</SenderPipe>

<SenderPipe name="SubscriptionActions">
<SenderPipe name="SubscriptionActions" getInputFromSessionKey="originalMessage">
<IbisLocalSender name="SubscriptionActionsSender" javaListener="SubscriptionActionsListener"/>
</SenderPipe>
</Pipeline>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Adapter>
<Adapter name="SubscriptionActions">
<Receiver>
<JavaListener name="SubscriptionActionsListener"/>
</Receiver>
Expand Down

0 comments on commit 82a5be1

Please sign in to comment.