lemmy/crates/apub/src/api
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
..
list_comments.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
list_posts.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
mod.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
read_community.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
read_person.rs Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
resolve_object.rs In debug mode allow resolving objects without auth (#5013) 2024-09-11 08:53:24 -04:00
search.rs Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
user_settings_backup.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00