Skip to content

Fixes related to is_grayed/muted

Andrzej Lisak requested to merge is_grayed_fix into develop

Corrected reputation boundary for is_grayed (was marking way too many people) - original boundary was 1.0 but for logarithmic reputation value.

Fixed bridge_get_ranked_post_by_created_for_observer_communities and bridge_get_ranked_post_by_muted_for_observer_communities that use is_grayed that were broken with recent commit.

Merge request reports