lemmy/crates/apub/src/activities
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
..
block Migrate apub block activity to standard endTime property and deprecate expires (fixes #2316) (#4541) 2024-03-25 08:10:09 -04:00
community Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
create_or_update Fixing bug where comment replies wouldn't be sent to blocked instances. (#4595) 2024-04-08 16:26:24 +02:00
deletion Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
following Local only community (#4350) 2024-01-25 11:04:25 -05:00
voting Fix handling of apub downvote (fixes #4545) (#4551) 2024-03-22 18:41:09 -04:00
mod.rs Send purges to federated instances (fixes #4119) (#4398) 2024-01-25 09:24:09 -05:00