lemmy/crates/apub
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
..
assets Prettier check (#2855) 2023-05-13 16:50:58 -04:00
src Remove GetCommunityResponse.default_post_language (#2867) 2023-05-21 11:55:32 -04:00
Cargo.toml Adding typescript generation for API. Fixes #2824 (#2827) 2023-04-26 00:26:10 -04:00