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
db76c5b7ff
lemmy
/
crates
/
api_crud
/
src
/
post
/
mod.rs
6 lines
62 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
;
Split api crate into api_structs and api
2021-03-25 19:19:40 +00:00
mod
delete
;
mod
read
;
Add cargo feature for building lemmy_api_common with mininum deps (#2243)
2022-05-03 17:44:13 +00:00
mod
remove
;
Split api crate into api_structs and api
2021-03-25 19:19:40 +00:00
mod
update
;
Reference in a new issue
Copy permalink