lemmy/crates/apub/src/activities/create_or_update
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.rs Fixing bug where comment replies wouldn't be sent to blocked instances. (#4595) 2024-04-08 16:26:24 +02:00
mod.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
post.rs Fix bug with Mastodon undo follow activities (#4364) 2024-01-11 18:56:19 -05:00
private_message.rs Fix bug with Mastodon undo follow activities (#4364) 2024-01-11 18:56:19 -05:00