mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 15:39:11 +00:00
bd0e68fb00
- Rather than apps collecting up viewed posts ids, and sending many mark as read requests, users can now turn this setting on, and any results from /post/list will be auto-marked as read. - Fixes #5144
4 lines
73 B
SQL
4 lines
73 B
SQL
ALTER TABLE local_user
|
|
DROP COLUMN auto_mark_fetched_posts_as_read;
|
|
|