BeyondMafia / BeyondMafia-Integration

BeyondMafia Integration with EpicMafia.org
Other
14 stars 38 forks source link

Pass Forum vote info upon loading content #925

Closed ghost closed 1 year ago

ghost commented 1 year ago

Currently, vote info is pulled upon VoteWidget creation, but this results in an extreme amount of requests (1 for every comment/post loaded)

Instead, if passed through the forum route (which sends multiple content items at once), would eliminate the need for this request.

VoteWidget should still update vote count upon voting.

ghost commented 1 year ago

Should be a quick fix, will do react build in same PR with no squash