lemmy/crates/apub/src/http
Dessalines d075acce43
Make all single-fetch database calls return an Option. (#4617)
- 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 #4601
2024-04-16 14:48:15 +02:00
..
comment.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
community.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
mod.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
person.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
post.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
routes.rs Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00
site.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00