mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 02:43:08 -05:00
This commit replaces the use of `.compact()` with `.filter((item) => item != null)` across multiple JavaScript files in the codebase. Additionally, it introduces a new logging handler for a specific deprecation in the deprecation workflow. **Main Changes:** * Replaced `.compact()` with `.filter((item) => item != null)` to eliminate the Ember Array dependency and align with native JavaScript practices. * Deprecation Workflow: Added a log handler for discourse.native-array-extensions.compact.
Assign Plugin
Allows you to assign topics and individual posts (both private and public) to a user or group.
For more information, please see: https://meta.discourse.org/t/discourse-assign/58044