| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-07-24 | fix(crates/yt/storage/db/videos/comments): Don't always associate a reply ↵ | Benedikt Peetz | |
| with its base The previous code immediately return from the `find_author_mut` function, as the `return` was not scoped in a closure. We now only return that value, if it should actually be returned, and added a test for that case. | |||
| 2025-07-24 | |||
