Add tag timelines.
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index 7c8af994b2a0d138b21414158e2a6dee4c13ac27..e561b32fe929f337ab33f071cf79ff8701c2fd34 100644 (file)
@@ -52,7 +52,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
       media_attachments: attachments,
       mentions: mentions,
       tags: [], # fix,
-      application: nil,
+      application: %{
+        name: "Web",
+        website: nil
+      },
       language: nil
     }
   end