snacks.nvim/lua
Bao ac6154688b
fix(notifier): keep filtered notifications in history (#2209)
## Description

the documentation for `snacks.notifier.Config` says:


f6c06415a2/lua/snacks/notifier.lua (L120-L122)

But currently all notifications filtered out by either `opts.level` or
`opts.filter` are also omitted from the history, on top of being
suppressed from displaying

Fixes this regression

## Related Issue(s)

* Related to #93, although that was caused by misconfiguration. This one
is an actual bug
* Closes #2208 

## Screenshots

n/a
2025-10-20 15:23:10 +02:00
..
snacks fix(notifier): keep filtered notifications in history (#2209) 2025-10-20 15:23:10 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00