Validate number of places being a positive integer

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-05 11:38:49 +02:00
parent 03b1f84fba
commit c56e299a09
4 changed files with 209 additions and 204 deletions

View File

@@ -212,7 +212,6 @@ defmodule Mobilizon.Federation.ActivityPub do
else
err ->
Logger.error("Something went wrong while creating an activity")
Logger.debug(inspect(err))
err
end
end