Merge branch 'develop' into refactor/notification_settings
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index 6ee17f4dd05e3ad484db6c018500d2a96dc836d8..fa9d695f306912fb176aa62087604b034a3d2804 100644 (file)
@@ -333,6 +333,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
       reblog: nil,
       card: card,
       content: content_html,
+      text: opts[:with_source] && object.data["source"],
       created_at: created_at,
       reblogs_count: announcement_count,
       replies_count: object.data["repliesCount"] || 0,