removing synchronization worker

This commit is contained in:
Alex S 2019-07-10 17:39:07 +03:00
commit beba7bbc85
12 changed files with 72 additions and 335 deletions

View file

@ -38,6 +38,7 @@ defmodule Pleroma.Factory do
user
| ap_id: User.ap_id(user),
follower_address: User.ap_followers(user),
following_address: User.ap_following(user),
following: [User.ap_id(user)]
}
end