diff --git a/lib/federation/activity_pub/transmogrifier.ex b/lib/federation/activity_pub/transmogrifier.ex index 3399e9b9b..bf79f5ac2 100644 --- a/lib/federation/activity_pub/transmogrifier.ex +++ b/lib/federation/activity_pub/transmogrifier.ex @@ -774,10 +774,6 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier do Logger.info("Handing something with type #{object["type"]} not supported") Logger.debug(inspect(object)) - Sentry.capture_message("Handing something with type #{object["type"]} not supported", - extra: %{object: object} - ) - {:error, :not_supported} end