lemmy/crates/apub/src/activities/community
Nutomic 93225e5ddf
Error enum fixed (#3487)
* Create error type enum

* Replace magic string slices with LemmyErrorTypes

* Remove unused enum

* Add rename snake case to error enum

* Rename functions

* clippy

* Fix merge errors

* Serialize in PascalCase instead of snake_case

* Revert src/lib

* Add serialization tests

* Update translations

* Fix compilation error in test

* Fix another compilation error

* Add code for generating typescript types

* Various fixes to avoid breaking api

* impl From<LemmyErrorType> for LemmyError

* with_lemmy_type

* trigger ci

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-10 16:50:07 +02:00
..
announce.rs Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
collection_add.rs Activitypub breaking changes for Lemmy 0.18 (#2705) 2023-06-07 15:18:17 -04:00
collection_remove.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lock_page.rs Activitypub breaking changes for Lemmy 0.18 (#2705) 2023-06-07 15:18:17 -04:00
mod.rs Remove redundant calls to Iterator::collect (#3365) 2023-06-28 11:19:26 +02:00
report.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
update.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00