Skip to content

Commit

Permalink
Fix incorrect documentation for RelationshipSeveranceEvent (#1557)
Browse files Browse the repository at this point in the history
Fixes #1556
  • Loading branch information
ClearlyClaire authored Dec 18, 2024
1 parent cf628c4 commit 5c792e8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions content/en/entities/RelationshipSeveranceEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c792e8

Please sign in to comment.