lemmy/crates/api/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 Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
comment_report Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
community Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
local_user Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
post Make site metadata fetch endpoint require auth. (#4968) 2024-08-13 16:53:05 -04:00
post_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
lib.rs Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
sitemap.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00