Skip to content

Don't add remote private boost and local relay-boosts to object's announcements list

Claire requested to merge Claire/pleroma:fixes/relay into develop

We need local users to have the info listed so they know if they have boosted their message or not, but we can do without remote users' private boosts, and we can also do without having the local relays added to the list of announcements.

This creates a small inconsistency, as local announcements visible to the user will be listed in reblogged_by, but not remote ones.

Merge request reports