The following and followers counter in profile view is not updating after follow and following events.
In a first test, re-login corrected the counter, but cannot reproduce, so behavior seems a bit random.
_nc: 15.0.2
social: 0.1.2
ubuntu 18.04, apache 2.4_
This information is cached and updated every tick of the cron setup for your nextcloud (should be 15 minutes)
Ok, that explained my "random" feeling. (cron is on 15 minutes)
Nevertheless I think it is a bit counterintuitive, especially when you begin with 0 Following, start following some people and don't get direct feedback. That is the first thing people do with this (it is also suggested on first start to follow the Nextcloud account) and so for me it was the first thing to report a bug, because 0 Following was displayed when I actually got some.
So should I create a Feature Request now or is the AJAX background job recommend as default for this?
@daita Maybe we can just update the following count for the current user if you follow someone. That shouldn't be much overhead actually.
Did something like this yesterday, i'll check and push today
should be implemented in 0.2.0: #340