lemmy/crates/db_schema/src/aggregates
Dessalines 231cce9350
Cleanup post action forms (#5197)
* 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

* Simplifying forms.

* Fixing forms.

* Cleanup post action forms by using derive_new defaults.

- Fixes #5195

* Fix ntfy to notify on success builds also.

* Removing pointless naive_now function.

* Running taplo fmt.
2024-11-15 11:21:08 +01:00
..
comment_aggregates.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
community_aggregates.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
mod.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2022-09-27 16:45:46 +00:00
person_aggregates.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
person_post_aggregates.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
post_aggregates.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
site_aggregates.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
structs.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00