Skip to content

Fix user.following_count

minibikini requested to merge fix/user-following-count into develop

This MR addresses the oddities spotted by @lambadalambda in #1418 (closed):

  • User.follow never seems to update the following_count for local users.
  • User.follow_all seems to superfluously call to update_follower_count, which is already called in follow.

Merge request reports