mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 02:22:49 +08: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. |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| svg-icons | ||
| test/javascripts | ||
| plugin.rb | ||
| README.md | ||
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