Handle changing default actor unlogged

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-25 10:38:31 +01:00
parent 95516a4067
commit 7aadc447e1
2 changed files with 44 additions and 15 deletions

View File

@@ -254,6 +254,8 @@ defmodule Mobilizon.GraphQL.Resolvers.User do
end
end
def change_default_actor(_parent, _args, _resolution), do: {:error, :unauthenticated}
@doc """
Returns the list of events for all of this user's identities are going to
"""