lemmy/crates/api/src/community
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
..
add_mod.rs Making the chat server an actor. (#2793) 2023-04-13 06:53:55 -04:00
ban.rs Adding check to description and body length fields. (#2805) 2023-04-15 10:45:11 -04:00
block.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
follow.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
hide.rs Making the chat server an actor. (#2793) 2023-04-13 06:53:55 -04:00
mod.rs Implement restricted community (only mods can post) (fixes #187) (#2235) 2022-04-28 20:32:32 +00:00
transfer.rs Remove GetCommunityResponse.default_post_language (#2867) 2023-05-21 11:55:32 -04:00