lemmy/api_tests/src
Dessalines 7eec8714d7
When site banning a federated user, also remove their content from our local communities. (#4464)
* When banning a federated user, also remove their content from our local
communities.

- This works by:
  - Before a site ban, find all posts and comments to local communities
  - Send a federated community ban action for each local comm.
  - This also removes their content in the apub receive code.
- Adding back in federated community ban api tests.
- Adding in two more api tests for site bans.
- Fixes #4118

* Add local community ban, and nonlocal person check.

* Ignoring errors.

* Move local check into function.

* Addressing PR comments 2
2024-03-01 13:45:06 -05:00
..
comment.spec.ts Adding a retry on a few fetches. (#4267) 2023-12-14 16:26:42 +01:00
community.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 2024-03-01 13:45:06 -05:00
follow.spec.ts Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166) 2024-01-24 10:22:05 -05:00
image.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 2024-03-01 13:45:06 -05:00
post.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 2024-03-01 13:45:06 -05:00
private_message.spec.ts Fixing private message reports. (#4279) 2023-12-18 10:25:05 +01:00
shared.ts When site banning a federated user, also remove their content from our local communities. (#4464) 2024-03-01 13:45:06 -05:00
user.spec.ts Revert "Dont ignore errors during login (fixes #4319) (#4321)" (#4380) 2024-01-19 11:21:43 -05:00