Fix reject of already following instances

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-29 10:28:42 +01:00 committed by tykayn
parent 30f220f73f
commit e9ca950067
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ defmodule Mobilizon.GraphQL.API.Follows do
) )
case Actors.is_following(follower, followed) do case Actors.is_following(follower, followed) do
%Follower{approved: true} -> %Follower{approved: false} ->
{:error, "Follow already accepted"} {:error, "Follow already rejected"}
%Follower{} = follow -> %Follower{} = follow ->
Actions.Reject.reject( Actions.Reject.reject(