lemmy/crates/apub/src
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
..
activities Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
api Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
collections Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
fetcher Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
http Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
objects Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
protocol Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
activity_lists.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
lib.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
mentions.rs Add test for unused errors, move federation errors into separate struct (#5024) 2024-10-28 11:07:13 -04:00