Skip to content

fix(social): exclude inactive follow edges from rankings - #126

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/social-rank-inactive-edges
Aug 1, 2026
Merged

fix(social): exclude inactive follow edges from rankings#126
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/social-rank-inactive-edges

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • require both sides of a follow relationship to be active before it contributes to a leaderboard
  • keep follower/following leaderboard totals aligned with profile counts
  • add in-memory SQL regressions for suspended and deleted accounts

Tests

  • focused social tests: 2 passed
  • full web suite: 109 passed
  • TypeScript: passed
  • git diff --check: passed
  • ESLint could not start from the existing local install because eslint-plugin-react-hooks is absent; no dependencies were installed

Closes #125

@ralyodio
ralyodio merged commit ea4a174 into profullstack:master Aug 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Follow leaderboards count suspended and deleted relationships

2 participants