lemmy/crates
Nutomic cb91eedd24
Use serde(skip) instead of skip_serializing, add placeholder values (#3362)
* Use serde(skip) instead of skip_serializing

The latter breaks lemmy_crawler as the field is not included in
the Lemmy API, but is required when attempting to parse API responses.
Should only use serde(skip) to avoid this problem

* use option

* add placeholders

* no unwrap
2023-07-03 15:14:01 +02:00
..
api Mark follow as pending when subscribing to remote community (fixes #3384) (#3406) 2023-07-03 12:03:20 +02:00
api_common Update federated posts to not cache sensitive images if not allow by local site (#3253) 2023-06-30 12:42:42 +02:00
api_crud Update federated posts to not cache sensitive images if not allow by local site (#3253) 2023-06-30 12:42:42 +02:00
apub Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
db_schema Use serde(skip) instead of skip_serializing, add placeholder values (#3362) 2023-07-03 15:14:01 +02:00
db_views Feature add three six and nine months options backend (#3226) 2023-06-26 15:03:35 -04:00
db_views_actor add new flag to api (#3363) 2023-06-27 06:45:26 -04:00
db_views_moderator Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
routes Item URL should point to post URL (#3345) 2023-06-26 15:11:16 +02:00
utils Fix formatting for latest nightly (#ref 3467) 2023-07-03 11:45:53 +02:00