AdminAPI: list messages in a chat
[akkoma] / lib / pleroma / web / admin_api / controllers / relay_controller.ex
index cf9f3a14b1a2440600906a3b57977436ac0864ac..95d06dde749ba5f3f898c05fe25386ed3cd72043 100644 (file)
@@ -39,7 +39,7 @@ defmodule Pleroma.Web.AdminAPI.RelayController do
         target: target
       })
 
-      json(conn, target)
+      json(conn, %{actor: target, followed_back: target in Relay.following()})
     else
       _ ->
         conn