about summary refs log tree commit diff stats
path: root/crates (unfollow)
Commit message (Collapse)Author
2025-07-24fix(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