Merge branch 'feature/article-support' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index 6b48c41c168d099b0bc154791e3e50565780156d..4c20581d6239440f3e52b2a12ca9ee23f44d7d48 100644 (file)
@@ -54,8 +54,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
     %{
       id: to_string(activity.id),
       uri: object,
-      # TODO: This might be wrong, check with mastodon.
-      url: nil,
+      url: object,
       account: AccountView.render("account.json", %{user: user}),
       in_reply_to_id: nil,
       in_reply_to_account_id: nil,