lemmy/crates
Nutomic af5175a282
Set attribute deny_unknown_fields for Lemmy config (#2852)
With this attribute, Lemmy will throw an error and exit if any
invalid entry is found in the config file. I think can be useful
to notice typos or keys that were removed or renamed in an upgrade.
Currently you wouldnt notice these at all unless you manually
compare the config file with settings that are listed in documentation.

This should be considered a breaking change.

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-05-11 20:12:12 -04:00
..
api Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
api_common Fixing empty req issue. (#2849) 2023-05-11 21:20:45 +02:00
api_crud Adding cross_post fetching to GetPost. Fixes #2127 (#2821) 2023-04-19 22:16:19 +02:00
apub Adding typescript generation for API. Fixes #2824 (#2827) 2023-04-26 00:26:10 -04:00
db_schema Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
db_views Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
db_views_actor Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
db_views_moderator Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
routes Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
utils Set attribute deny_unknown_fields for Lemmy config (#2852) 2023-05-11 20:12:12 -04:00