lemmy/crates
Felix Ableitner 1d3736c768 Remove GetCommunityResponse.default_post_language
This field is unnecessary because we already set a default language
with the same logic if none is passed in CreatePost. So if the user
doesnt set a post language, it should simply be passed as None. This
also has the advantage that it works with clients that dont support
language tags.

Technically not a breaking change because its optional, but better
be safe.
2023-05-18 15:51:15 +02:00
..
api Remove GetCommunityResponse.default_post_language 2023-05-18 15:51:15 +02:00
api_common Remove GetCommunityResponse.default_post_language 2023-05-18 15:51:15 +02:00
api_crud Adding cross_post fetching to GetPost. Fixes #2127 (#2821) 2023-04-19 22:16:19 +02:00
apub Remove GetCommunityResponse.default_post_language 2023-05-18 15:51:15 +02: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