Single post

jump to replies

Can someone explain how account suspensions are federated(if at all)?

Example:
A spam account on mastodon.social sends spam messages to 100 different remote instances.
After a while a mastodon.social moderator suspends the account.

Are the other 100 instances notified at all or do they all each have to find the spammer and suspend them?

#fediverse #mastodon #gotosocial #fediadmin #askfedi #activitypub

Open thread at this post

2 replies

back to top
tobi (they/them) is writing bugs :terminal_cursor: , @[email protected]
(open profile)

@jasdemi Origin server sends out a Delete message where the object of the Delete message is the ActivityPub URI/ID of the Actor being deleted. The Delete has to be signed by that Actor's private key. The message is usually sent first to the followers of the account, then any other instance they might have interacted with (each server software handles this differently). From then on, any calls to by remote servers to dereference the Actor will receive code 410 Gone.

Open remote post (opens in a new window)