lemmy/crates/apub/src/api
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
..
list_comments.rs Fix listing type default value (#2796) 2023-04-12 10:40:59 -04:00
list_posts.rs Fix listing type default value (#2796) 2023-04-12 10:40:59 -04:00
mod.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
read_community.rs Remove GetCommunityResponse.default_post_language (#2867) 2023-05-21 11:55:32 -04:00
read_person.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
resolve_object.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
search.rs Adding typescript generation for API. Fixes #2824 (#2827) 2023-04-26 00:26:10 -04:00