StatusController: Deactivate application support for now.

Some more things to discuss about, so we'll remove it from 2.3.0
This commit is contained in:
lain 2021-03-02 14:40:47 +01:00
commit 024c11c18d
2 changed files with 11 additions and 9 deletions

View file

@ -358,6 +358,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do
assert activity.data["cc"] == []
end
@tag :skip
test "discloses application metadata when enabled" do
user = insert(:user, disclose_client: true)
%{user: _user, token: token, conn: conn} = oauth_access(["write:statuses"], user: user)