lemmy/crates/api_crud/src
Dessalines 6b6457cc54
Adding a default_comment_sort_type column for local_site and local_user. (#4469)
* Adding a default_comment_sort_type column for local_site and local_user.

- Renamed SortType to PostSortType in the DB and code.
- Renamed references to default_sort_type to default_post_sort_type.
- Fixes #4128

* Renaming migration to current date.

* Simplifying PostSortType.
2024-09-19 10:03:58 +02:00
..
comment pass local user to send local notifs (#4920) 2024-07-30 08:34:58 -04:00
community Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
custom_emoji Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
oauth_provider SSO Support (#4881) 2024-09-18 14:52:33 +02:00
post Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
private_message Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 2024-07-02 11:23:21 -04:00
site Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
user SSO Support (#4881) 2024-09-18 14:52:33 +02:00
lib.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00