BeyondMafia / BeyondMafia-Integration

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

Move post votes to be inside their parent object #954

Open ghost opened 10 months ago

ghost commented 10 months ago

Having a "ForumVotes" collection may be an unnecessary amount of populations when trying to pull threads/replies/comments.

Instead, we can have a "votes" list within those post objects as { playerId: [1|-1] }, removing it if the user unvotes.