module/river: return empty particle list when river is not running

Closes #384
This commit is contained in:
Daniel Eklöf 2024-05-20 09:33:45 +02:00
parent 70efd7d15c
commit 0bea49b75e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,13 @@
## Unreleased
### Added
### Changed
* `river`: expand to an empty list of particles when river is not
running ([#384][384]).
[384]: https://codeberg.org/dnkl/yambar/issues/384
### Deprecated
### Removed
### Fixed