Update mastodon_api_controller.ex
authorshadowfacts <me@shadowfacts.net>
Mon, 3 Sep 2018 01:58:55 +0000 (01:58 +0000)
committershadowfacts <me@shadowfacts.net>
Mon, 3 Sep 2018 01:58:55 +0000 (01:58 +0000)
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex

index 576e9d3ce52d79c81923dce3f9f1d563d85fa9d6..8279db93efb9d13991577ee1bf4a8a76cd24289d 100644 (file)
@@ -1029,7 +1029,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
     created_at =
       NaiveDateTime.to_iso8601(created_at)
       |> String.replace(~r/(\.\d+)?$/, ".000Z", global: false)
-      
+
     id = id |> to_string
 
     case activity.data["type"] do