Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/916
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Apr 27, 2024
1 parent 688d836 commit 45c9b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/masto_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ if Application.compile_env(:bonfire_api_graphql, :modularity) != :disabled do
user { #{@user_profile} }
}}"
def me(params \\ %{}, conn),
do: graphql(conn, :me, params) |> RestAdapter.return(:user, ..., conn)
do: graphql(conn, :me, params) |> RestAdapter.return(:me, ..., conn, &Enums.maybe_flatten/1)
end
end

0 comments on commit 45c9b41

Please sign in to comment.