lemmy/crates/db_schema
Dessalines c4d864878f
Change "mark post as read", "hide post" api calls to take single post instead of multiple (#5043)
* 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.

* Simplifying forms.

* Fixing forms.

* Removing indexing slicing from a test.
2024-11-13 09:36:18 -05:00
..
replaceable_schema Move aggregates to replaceable_schema, fix error (fixes #5186) (#5190) 2024-11-12 12:03:30 -05:00
src Change "mark post as read", "hide post" api calls to take single post instead of multiple (#5043) 2024-11-13 09:36:18 -05:00
Cargo.toml Combine action tables (#4459) 2024-11-11 11:34:10 +01:00