lemmy/crates/apub/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
..
activities Fixing bug where comment replies wouldn't be sent to blocked instances. (#4595) 2024-04-08 16:26:24 +02:00
api Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
collections Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
fetcher Dont require leading ! or @ for webfinger resolve (#4513) 2024-03-15 08:42:09 -04:00
http Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
objects Generate post thumbnail/metadata in background (ref #4529) (#4564) 2024-03-27 10:54:42 -04:00
protocol Migrate apub block activity to standard endTime property and deprecate expires (fixes #2316) (#4541) 2024-03-25 08:10:09 -04:00
activity_lists.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
lib.rs Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 2024-04-03 17:38:31 -04:00
mentions.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00