mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
Replaces usages of `mapBy` across the codebase with JavaScript's native `.map`. This resolves deprecation warnings related to Ember's array extensions and ensures compatibility with future Ember versions. --------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>