lemmy/crates
Nutomic 82d93da26b
Remove GetCommunityResponse.default_post_language (#2867)
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-21 11:55:32 -04:00
..
api Remove GetCommunityResponse.default_post_language (#2867) 2023-05-21 11:55:32 -04:00
api_common Remove GetCommunityResponse.default_post_language (#2867) 2023-05-21 11:55:32 -04: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 (#2867) 2023-05-21 11:55:32 -04:00
db_schema Force enable undetermined language (#2851) 2023-05-18 16:34:21 +02:00
db_views Force enable undetermined language (#2851) 2023-05-18 16:34:21 +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