lemmy/crates/db_schema
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
..
replaceable_schema Move aggregates to replaceable_schema, fix error (fixes #5186) (#5190) 2024-11-12 12:03:30 -05:00
src Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
Cargo.toml Combine action tables (#4459) 2024-11-11 11:34:10 +01:00