lemmy/lemmy_api/src
Dessalines 1de8a4606a A few API v2 changes based on nutomic's suggestions.
- Changed `edit_id` s to their type (comment_id)
- Moved websocket actions to their own file in structs and api.
- Got rid of UserViewDangerous, added UserSafeSettings.
  - GetSite now returns UserSafeSettings for `my_user`.
- Got rid of `admin` field in `Register`.
2021-01-18 16:57:31 -05:00
..
claims.rs Move user to lemmy_db_schema, create traits for impls 2020-12-18 19:38:32 +01:00
comment.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
community.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
lib.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
post.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
site.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
user.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00
version.rs Try arm fix (#1356) 2021-01-18 13:04:32 +00:00
websocket.rs A few API v2 changes based on nutomic's suggestions. 2021-01-18 16:57:31 -05:00