diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-07-13 19:17:57 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-07-13 19:27:49 +0300 |
| commit | e8fa477793e1395664f79d572800f11994cdd38d (patch) | |
| tree | 56f2fac12d6034bf79e802f9a4783226edec4202 /config | |
| parent | 02cdedbf9fdf27d8dca78caf75f6413cd2566e3e (diff) | |
| download | pleroma-e8fa477793e1395664f79d572800f11994cdd38d.tar.gz pleroma-e8fa477793e1395664f79d572800f11994cdd38d.zip | |
Refactor Follows/Followers counter syncronization
- Actually sync counters in the database instead of info cache (which got
overriden after user update was finished anyway)
- Add following count field to user info
- Set hide_followers/hide_follows for remote users based on http status
codes for the first collection page
Diffstat (limited to 'config')
| -rw-r--r-- | config/test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 96ecf3592..28eea3b00 100644 --- a/config/test.exs +++ b/config/test.exs @@ -29,7 +29,8 @@ config :pleroma, :instance, email: "admin@example.com", notify_email: "noreply@example.com", skip_thread_containment: false, - federating: false + federating: false, + external_user_synchronization: false # Configure your database config :pleroma, Pleroma.Repo, |
