This website requires JavaScript.
Explore
Help
Sign in
fruechtchen
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Pull requests
Releases
Wiki
Activity
27be1efb74
lemmy
/
crates
/
api_crud
/
src
/
post
/
mod.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove SendActivity and Perform traits, rely on channel (#3596) * Remove SendActivity and Perform traits, rely on channel These traits arent necessary anymore now that websocket is removed. Removing them allows us to use normal actix http handler methods which are much more flexible, and allow using different middlewares as well as setting response attributes. * compiling and create post federating * clippy * rename methods, join outgoing activities task * fix api tests * no unwrap * conditional compile * add back getrandom * make crates optional * fmt
2023-07-19 13:49:41 +00:00
pub
mod
create
;
Rewrite some API handlers to remove Perform trait (#3735) * Rewrite some API handlers to remove Perform trait * Convert CreateComment * ci
2023-07-28 14:39:38 +00:00
pub
mod
delete
;
pub
mod
read
;
pub
mod
remove
;
pub
mod
update
;
Reference in a new issue
Copy permalink