1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/content/en/entities/RelationshipSeveranceEvent.md

1.7 KiB

title description menu aliases
RelationshipSeveranceEvent Summary of a moderation or block event that caused follow relationships to be severed.
docs
parent
entities
/entities/RelationshipSeveranceEvent
/api/entities/RelationshipSeveranceEvent

Attributes

id

Description: The ID of the relationship severance event in the database.
Type: String (cast from integer)
Version history:
4.3.0 - added

type

Description: Type of event.
Type: String (Enumerable oneOf)
domain_block = A moderator suspended a whole domain
user_domain_block = The user blocked a whole domain
account_suspension = A moderator suspended a specific account
Version history:
4.3.0 - added

purged

Description: Whether the list of severed relationships is unavailable because the underlying issue has been purged.
Type: Boolean
Version history:
4.3.0 - added

target_name

Description: Name of the target of the moderation/block event. This is either a domain name or a user handle, depending on the event type.
Type: String
Version history:
4.3.0 - added

followers_count

Description: Number of followers that were removed as result of the event.
Type: Integer
Version history:
4.3.0 - added

following_count

Description: Number of accounts the user stopped following as result of the event.
Type: Integer
Version history:
4.3.0 - added

created_at

Description: When the event took place.
Type: String (Datetime)
Version history:
4.3.0 - added