Commit 0ce2f98
committed
fix(plugins): auto-enable non-bundled installed plugins when allowlist is empty
When plugins.allow is empty (no restrictive allowlist), non-bundled
installed plugins like npm-installed Slack should be enabled by default.
Previously only bundled plugins whose channel was configured received
auto-enablement; non-bundled plugins fell through to implicit disabled,
requiring users to manually add them to plugins.allow even when no
allowlist restriction was in place.
Fixes #918731 parent d41a3d2 commit 0ce2f98
1 file changed
Lines changed: 19 additions & 0 deletions
File tree
- src/plugins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
263 | 282 | | |
264 | 283 | | |
265 | 284 | | |
| |||
0 commit comments