Mastodon API: Implement reactions list endpoint
https://github.com/TheEssem/mastodon/pull/11
- StatusEntity has a new
reactions_countproperty - New endpoint:
/api/v1/statuses/:id/reactions. No API definition I can find but from poking at the PR and at a live instance:- Seems to return an array of
ReactionEntityexcept withoutcountand with anaccountfield instead ofaccountsarray, repeating each reaction multiple times for different accounts - Is paginated, max 30 per page
- Possible to filter reactions by an
emojiquery parameter (?emoji=⭐, or with custom emoji?emoji=spinny_cat@remote-instance.example)
- Seems to return an array of
Details changed:
Expand ›
Details changed:
Expand ›
State: Untriaged → Triaged
Project
Iceshrimp.NETPriority
NormalN
Type
BugB
State
TriagedT
Assignee
pancakesSubsystem
BackendB
Component
Mastodon client APIM
Affected version
UnknownTarget version
UnscheduledReleased in version
Unreleased