botbuilder-python
botbuilder-python copied to clipboard
port: Add OnReactionsChanged to ActivityHandler (#6089)
The changes in Add OnReactionsChanged to ActivityHandler (#6089) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #4388The previous two events on ActivityHandler (OnReactionsAddedAsync and OnReactionsRemovedAsync) will no longer execute. This is a breaking change.
Please review and, if necessary, port the changes.