Update mastodon_api_controller.ex
[akkoma] / 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