BotFramework-WebChat
BotFramework-WebChat copied to clipboard
Remove activity listener composer
Changelog Entry
- Removed
ActivitListenerComposeranduseUpsertedActivitieshook as it is not needed anymore.
Description
-
useReduceActivitiesis enhanced version which does partial computation and better to be replaced in place ofuseUpsertedActivities
- [ ] I have added tests and executed them locally
- [x] I have updated
CHANGELOG.md - [ ] I have updated documentation
Review Checklist
This section is for contributors to review your work.
- [ ] Accessibility reviewed (tab order, content readability, alt text, color contrast)
- [ ] Browser and platform compatibilities reviewed
- [ ] CSS styles reviewed (minimal rules, no
z-index) - [ ] Documents reviewed (docs, samples, live demo)
- [ ] Internationalization reviewed (strings, unit formatting)
- [ ]
package.jsonandpackage-lock.jsonreviewed - [ ] Security reviewed (no data URIs, check for nonce leak)
- [ ] Tests reviewed (coverage, legitimacy)