lemmy/crates/api_common/src
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
..
build_response.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
claims.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
comment.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
community.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
context.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
custom_emoji.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
lib.rs Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
oauth_provider.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
person.rs Allow disabling private messages. Fixes #3640 (#4094) 2024-11-07 22:16:28 -05:00
post.rs 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
private_message.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
request.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
send_activity.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
site.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
tagline.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
utils.rs 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