This website requires JavaScript.
Explore
Help
Sign in
grishka
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
69bdcb3069
lemmy
/
migrations
/
2024-02-28-144211_hide_posts
/
down.sql
3 lines
23 B
MySQL
Raw
Normal View
History
Unescape
Escape
Adding ability to hide posts. (#4480) * Adding ability to hide posts. - Adds an post/hide API route. - Adds a `show_hidden` (default false) to `GetPosts`. - Adds a `hidden` field to `PostView`. - Removes the single `post_id` from MarkPostAsRead. - Fixes #1403 * Add a check to make sure hidden field is true. * Fixing test. * Add back semicolon
2024-02-29 15:42:34 +00:00
DROP
TABLE
post_hide
;
Reference in a new issue
Copy permalink