Skip to content

Fix wrong "%1 boosted" label on certain posts

The wrong author identity was selected when the boosted toot was a reply to their own post.

This is now fixed by swapping the if-conditions in the identity property to be inline with the other conditions in this file (i.e. root.isBoosted/root.isReply).

Screenshots say more than a thousand words:

before after
screenshot of my home timeline with the wrong behaviour, it suggests that a person I never followed boosted their own toot screenshot of my home timeline with the correct behaviour, it shows that this post was boosted by someone I follow

Merge request reports

Loading