You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to act on boosts on profile feeds result in Mastodon error (cannot find activity) as it's using the boost activity ID instead of the original activity ID.
Steps to reproduce
Go to any profile feed on a v4 instance.
Act (fav/boost) on a boosted post. (Clicking the post then fav/boost does work)
Actual behavior
The boost's activity ID is referenced in the callback, which results in an error on the home instance's side.
Expected behavior
The original activity ID is used for callback.
System
Operating system and version: not relevant
Browser and version: Firefox
Add-on version: 2.0
Possible solution
Fetch original activity ID?
The text was updated successfully, but these errors were encountered:
Bug description
Attempting to act on boosts on profile feeds result in Mastodon error (cannot find activity) as it's using the boost activity ID instead of the original activity ID.
Steps to reproduce
Actual behavior
The boost's activity ID is referenced in the callback, which results in an error on the home instance's side.
Expected behavior
The original activity ID is used for callback.
System
Operating system and version: not relevant
Browser and version: Firefox
Add-on version: 2.0
Possible solution
Fetch original activity ID?
The text was updated successfully, but these errors were encountered: