this post was submitted on 22 Jul 2023
3 points (80.0% liked)

ActivityPub

674 readers
5 users here now

This is a community dedicated to discussing technical details related to ActivityPub.
We welcome developers familiar with the protocol!

https://activitypub.rocks/
https://www.w3.org/TR/activitypub/

Other ActivityPub communities on Lemmy

founded 5 years ago
MODERATORS
 

Hello everyone! Recently I have removed a couple of bot users from my Lemmy instance via DB query (I removed them from person table). Those bots were subscribing to hundreds of communities on other instances which I don't really want to spend resources on fetching new posts and updates.

I have purged those communities from my instance but they keep reappearing. As far as I can tell, this happens because other instances still "think" that users from my instance (bots, which don't exist already) are still subscribed, and therefore send updates to my instance.

How can I completely get rid of those communities?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] RoundSparrow@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

I have removed a couple of bot users from my Lemmy instance via DB query (I removed them from person table)

If I understand, you still have them in your local_user database table? I'm not sure if they would still be matched up records of local_user to person with a delete from person table.

[โ€“] pinkolik@random-hero.com 2 points 1 year ago

I'm not sure I know what is a "local_user" database