lemmy/crates
Dessalines a9d6d4e6e0
Add user setting to auto-mark fetched posts as read. (#5160)
* Add user setting to auto-mark fetched posts as read.

- 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

* Adding list_post request option to auto-mark as read.

* Moving db_perf to before federation tests.

* Fixing lemmyerrortype import.

* Fixing ts_option.

* Fix clippy.

* Fix override logic.

* Revert "Fix override logic."

This reverts commit 923d7f0eca.

* Changing name to mark_as_read
2024-11-13 10:05:16 -05:00
..
api Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
api_common Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
api_crud Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
apub Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
db_perf Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
db_schema Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
db_views Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
db_views_actor Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
db_views_moderator Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
federate Remove individual user/community inboxes (#5124) 2024-10-26 14:54:29 -04:00
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
utils Fixing cors origin wildcard. (#5194) 2024-11-13 09:45:17 +01:00