lemmy/crates/db_schema/src
Dessalines 7f4e26e29e
Add ability to mark multiple posts as read. (#5178)
* Removing a few SuccessResponses for PostHide and MarkPostAsRead.

- This also removes the pointless multiple post_ids. These can be done
  as individual calls on the front end anyway.
- Fixes #4755

* Fixing federation tests.

* Upgrading lemmy-js-client deps.

* Add ability to mark several posts as read.

Context:

- https://github.com/LemmyNet/lemmy/pull/5043
- https://github.com/LemmyNet/lemmy/issues/4755
- https://github.com/LemmyNet/lemmy/pull/5160

* Fix ntfy to notify on success builds also.

* Addressing PR comments.
2024-11-14 09:03:39 -05:00
..
aggregates Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
impls Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
source Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
utils Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
lib.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
newtypes.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
schema.rs Add user setting to auto-mark fetched posts as read. (#5160) 2024-11-13 10:05:16 -05:00
schema_setup.rs Remove opentelemetry (#4741) 2024-09-10 13:36:03 -04:00
sensitive.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
traits.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
utils.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00