Can't unfollow actor
Environment
- Installation type (OTP or From Source): sauce
- Pleroma version (could be found in the "Version" tab of settings in Pleroma-FE): latest dev
- Elixir version (
elixir -v
for from source installations, N/A for OTP): Erlang/OTP 23, elixir 1.11.2. - Operating system: Ubuntu 20.04
- PostgreSQL version (
psql -V
): 12.5
Bug description
I can't unfollow random person. Blocking doesn't unfollow me from them too.
API /api/v1/accounts/:id/unfollow
returns empty JSON: {}
. There is no any kind of indication of an error in Pleroma log.
Relationships just stuck at following: true
.