BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Remove activity listener composer

Open pranavjoshi001 opened this issue 10 months ago • 0 comments

Changelog Entry

  • Removed ActivitListenerComposer and useUpsertedActivities hook as it is not needed anymore.

Description

  • useReduceActivities is enhanced version which does partial computation and better to be replaced in place of useUpsertedActivities
  • [ ] 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.json and package-lock.json reviewed
  • [ ] Security reviewed (no data URIs, check for nonce leak)
  • [ ] Tests reviewed (coverage, legitimacy)

pranavjoshi001 avatar Apr 25 '25 04:04 pranavjoshi001