You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_crud/src/post
Nutomic 0e7080337b
Dont allow admins to post in community with `posting_restricted_to_mods` (fixes #3571) (#4534)
* Dont allow admins to post in community with `posting_restricted_to_mods` (fixes #3571)

* fmt
3 months ago
..
create.rs Dont allow admins to post in community with `posting_restricted_to_mods` (fixes #3571) (#4534) 3 months ago
delete.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 10 months ago
read.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 3 months ago
remove.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 3 months ago
update.rs Add alt_text for posts. Fixes #1086 (#4477) 3 months ago