lemmy/crates/api_crud/src
Dessalines 8e54a4a6cc
Fixing bug where comment replies wouldn't be sent to blocked instances. (#4595)
* Fixing bug where comment replies wouldn't be sent to blocked instances.

- Instance blocks should only affect communities, not comments.
- Fixes #4590

* Revert "Fixing bug where comment replies wouldn't be sent to blocked instances."

This reverts commit 1349aa351a.

* Only block replies from the community's instance id.

- Also refactor send_local_notifs slightly, since it has to fetch the
  community now.
- Fixes #4590

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-04-08 16:26:24 +02:00
..
comment Fixing bug where comment replies wouldn't be sent to blocked instances. (#4595) 2024-04-08 16:26:24 +02:00
community When uploading new icon/avatar/banner, delete old one (#4573) 2024-03-27 09:00:52 -04:00
custom_emoji Convert more responses to SuccessResponse. Fixes #2860 (#4058) 2023-10-19 13:21:05 -04:00
post Generate post thumbnail/metadata in background (ref #4529) (#4564) 2024-03-27 10:54:42 -04:00
private_message Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
site Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 2024-04-03 17:38:31 -04:00
user On registration, automatically set content languages from accept-language header (#4550) 2024-03-25 16:02:12 -04:00
lib.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 2023-08-02 12:52:41 -04:00