Fix incorrect documentation for RelationshipSeveranceEvent (#1557)

Fixes #1556
This commit is contained in:
Claire 2024-12-18 18:03:49 +01:00 committed by GitHub
parent cf628c44aa
commit 5c792e83d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 2 deletions

View File

@ -43,9 +43,16 @@ aliases: [
**Version history:**\
4.3.0 - added
### `relationships_count` {{%optional%}} {#relationships_count}
### `followers_count` {#followers_count}
**Description:** Number of follow relationships (in either direction) that were severed.\
**Description:** Number of followers that were removed as result of the event.\
**Type:** Integer\
**Version history:**\
4.3.0 - added
### `following_count` {#following_count}
**Description:** Number of accounts the user stopped following as result of the event.\
**Type:** Integer\
**Version history:**\
4.3.0 - added