lemmy/crates/apub/src/protocol/objects
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
..
chat_message.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
group.rs Avoid overwriting local objects via federation (#4611) 2024-04-11 10:05:49 -04:00
instance.rs Fix missing private key for signed fetch (#4516) 2024-03-08 10:23:15 -05:00
mod.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
note.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
page.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
person.rs Quick fix for Peertube federation (fixes #4261) (#4264) 2023-12-14 07:25:47 -05:00
tombstone.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00