BasileF / Full-Send-341

0 stars 0 forks source link

Follower Count Support #35

Closed patrickgdbt closed 4 years ago

patrickgdbt commented 4 years ago

When a user is followed or unfollowed, their follower counts should change accordingly.

Because the database is not yet supported, this integer does not need to be acquired from it. As long as the increment/decrement works it will be simple to translate that to an integer in the database.

Link to story:

13

patrickgdbt commented 4 years ago

Closing issue as it is a duplicate of a more detailed one that includes database implementation