lemmy/crates
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
..
api Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
api_common Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -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 ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
db_perf Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
db_schema Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -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