You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src
Dessalines 15f02f00a9
Add a vote_display_mode local_user setting. (#4450)
* Add a vote_display_mode local_user setting.

- Fixes #4449

* Changing HideDownvotes to Score.

* Adding ScoreAndDownvote display mode.

* Adding upvote and downvote mode.

* Extracting vote_display_mode to another table.

* Fixing fmt.

* Remove published and updated columns.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
3 months ago
..
aggregates Make SiteAggregates derive Copy and Hash (#4501) 3 months ago
impls Add a vote_display_mode local_user setting. (#4450) 3 months ago
source Add a vote_display_mode local_user setting. (#4450) 3 months ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 10 months ago
lib.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 4 months ago
newtypes.rs Move DbUrl trait impls to newtypes.rs (#4463) 4 months ago
schema.rs Add a vote_display_mode local_user setting. (#4450) 3 months ago
traits.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
utils.rs Adding some recommended fixes from nightly clippy. (#4473) 4 months ago