Add config option to allow anonymous reporting
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -89,6 +89,9 @@ defmodule Mobilizon.GraphQL.Resolvers.Config do
|
||||
}
|
||||
}
|
||||
},
|
||||
reports: %{
|
||||
allowed: Config.anonymous_reporting?()
|
||||
},
|
||||
actor_id: Config.anonymous_actor_id()
|
||||
},
|
||||
geocoding: %{
|
||||
|
||||
Reference in New Issue
Block a user