We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relationships_count
https://docs.joinmastodon.org/entities/RelationshipSeveranceEvent/ describes a relationships_count property.
In actuality this appears to be two properties, one called followers_count and one called following_count, neither of which are documented.
followers_count
following_count
This is the relevant bit of JSON from a notification to a test account on social.tchncs.de (running 4.3.1) after blocking mastodon.social.
"event": { "id": "2", "type": "user_domain_block", "purged": false, "target_name": "mastodon.social", "followers_count": 2, "following_count": 0, "created_at": "2024-11-13T11:31:15.302Z" }
The text was updated successfully, but these errors were encountered:
Fix incorrect documentation for RelationshipSeveranceEvent
1bc0864
Fixes #1556
Successfully merging a pull request may close this issue.
https://docs.joinmastodon.org/entities/RelationshipSeveranceEvent/ describes a
relationships_count
property.In actuality this appears to be two properties, one called
followers_count
and one calledfollowing_count
, neither of which are documented.This is the relevant bit of JSON from a notification to a test account on social.tchncs.de (running 4.3.1) after blocking mastodon.social.
The text was updated successfully, but these errors were encountered: