Nutomic
Nutomic
@dessalines Wouldnt the existing "disable downvotes" feature be enough then? I suppose we can try that on lemmy.ml and polish it a bit more. Rejecting all federated votes would make...
Or only reject_federated_downvotes. Without federated upvotes, the ranking algorithms would stop working on smaller instances.
This can be done in clients.
[LemmySchedule](https://github.com/RikudouSage/LemmySchedule) provides this functionality. Closing this because I dont see any reason to reimplement functionality in Lemmy which can be done perfectly well through the API.
@raskyld For me its fine to include this directly in the backend. The main question is who will implement it, because dessalines and I are very busy working on higher...
For federation you only need to call [this function](https://github.com/LemmyNet/lemmy/blob/main/crates/api_crud/src/post/create.rs#L162) (and dont forget to send the webmention as well).
Blocked by https://github.com/LemmyNet/lemmy/pull/4904
https://github.com/LemmyNet/lemmy/pull/4976
Correct
Duplicate of https://github.com/LemmyNet/lemmy-ui/issues/1522