Merge branch 'develop' into command-available-check
[akkoma] / lib / pleroma / web / mastodon_api / controllers / search_controller.ex
index 29affa7d54e5d8162b79a1f662fe3c8781c07dfe..5a983db3994509ccc133decf6afe53a09a1f161f 100644 (file)
@@ -93,7 +93,6 @@ defmodule Pleroma.Web.MastodonAPI.SearchController do
     AccountView.render("index.json",
       users: accounts,
       for: options[:for_user],
-      as: :user,
       embed_relationships: options[:embed_relationships]
     )
   end