lemmy/crates/db_views_actor
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
..
src Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
Cargo.toml Make eligible enums convertable to static strs (#4915) 2024-07-23 11:05:19 -04:00