mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
Dessalines
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
3 lines
73 B
SQL
3 lines
73 B
SQL
ALTER TABLE local_user
|
|
DROP COLUMN auto_mark_fetched_posts_as_read;
|
|
|