lemmy/crates/federate
Dessalines d075acce43
Make all single-fetch database calls return an Option. ()
- Diesel ordinarily throws an error when no results are returned for a
  single fetch, which is a bit confusing. This PR ensures that the
  missing value cases are all caught, and wrapped with new LemmyErrors,
  rather than diesel errors.
- Fixes 
2024-04-16 14:48:15 +02:00
..
src Make all single-fetch database calls return an Option. () 2024-04-16 14:48:15 +02:00
Cargo.toml Prevent crates that shouldn't be published from being published () 2023-12-20 09:11:58 -05:00