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/community
Nutomic 6f513793cb
Activitypub crate rewrite (#2782)
* update activitypub-federation crate to 0.4.0

* fixes

* apub compiles!

* everything compiling!

* almost done, federated follow failing

* some test fixes

* use release

* add code back in
1 year ago
..
create.rs Activitypub crate rewrite (#2782) 1 year ago
delete.rs Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 1 year ago
list.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 1 year ago
mod.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2 years ago
remove.rs Organize utils into separate files. Fixes #2295 (#2736) 1 year ago
update.rs Organize utils into separate files. Fixes #2295 (#2736) 1 year ago