lemmy/crates/apub/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
..
activities Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
api Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
collections Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
fetcher Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
http Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
objects Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
protocol Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
activity_lists.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
lib.rs Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04:00
mentions.rs Avoid crash when handling urls without domain (#4676) 2024-04-30 06:33:37 -04:00