Browse Source

Update mastodon_api_controller.ex

tags/v0.9.9
shadowfacts 5 years ago
parent
commit
35515cfa66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/mastodon_api/mastodon_api_controller.ex

+ 1
- 1
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex View 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


Loading…
Cancel
Save