lemmy/crates/db_schema
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
..
src Use serde(skip) instead of skip_serializing, add placeholder values (#3362) 2023-07-03 15:14:01 +02:00
Cargo.toml Fix cargo warnings (#3397) 2023-06-28 12:57:49 -04:00