Crate lemmy_db_schema
Source - aggregates
- newtypes
- sensitive
- source
- assert_length
- Wrapper for assert_eq! macro. Checks that vec matches the given length, and prints the
vec on failure.
- CommentSortType
- The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html
- CommunityVisibility
- Defines who can browse and interact with content in a community.
- ListingType
- A listing type for post and comment list fetches.
- ModlogActionType
- A list of possible types for the various modlog actions.
- PostFeatureType
- The feature type for a post.
- PostListingMode
- A post-view mode that changes how multiple post listings look.
- RegistrationMode
- The registration mode for your site. Determines what happens after a user signs up.
- SearchType
- The type of content returned from a search.
- SortType
- The post sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html
- SubscribedType
- A type / status for a community subscribe.