Add Custom Pleroma-dark theme
[akkoma] / lib / pleroma / web / common_api / common_api.ex
index 9ae7b095a4ed08cbcc23dc2c92c49d0250fc5a50..9bc7f2ce6b5aebc287aa71d6e5c4ec7de603c05d 100644 (file)
@@ -55,7 +55,7 @@ defmodule Pleroma.Web.CommonAPI do
          mentions <- Formatter.parse_mentions(status),
          inReplyTo <- get_replied_to_activity(data["in_reply_to_status_id"]),
          to <- to_for_user_and_mentions(user, mentions, inReplyTo),
-         tags <- Formatter.parse_tags(status),
+         tags <- Formatter.parse_tags(status, data),
          content_html <- make_content_html(status, mentions, attachments, tags),
          context <- make_context(inReplyTo),
          cw <- data["spoiler_text"],