Remove duplicated entries in users' following lists

This commit is contained in:
Sergey Suprunenko 2019-05-16 20:04:08 +00:00 committed by feld
commit 2c303afc8b
6 changed files with 110 additions and 3 deletions

View file

@ -3,6 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Mix.Tasks.Pleroma.UserTest do
alias Pleroma.Repo
alias Pleroma.User
use Pleroma.DataCase