Merge branch 'develop' into gun
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 18 Mar 2020 11:08:21 +0000 (14:08 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 18 Mar 2020 11:08:21 +0000 (14:08 +0300)
1  2 
CHANGELOG.md
docs/configuration/cheatsheet.md
test/notification_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/views/notification_view_test.exs

diff --cc CHANGELOG.md
Simple merge
Simple merge
Simple merge
index 0f0a060d241fb3c5573b8c81a4a4808425134558,dbe9a7fd7bf302beaeebc82bc87fc6459534318e..4f6a88950939333f489fe539b165c0e7891286d3
@@@ -407,8 -407,7 +407,8 @@@ defmodule Pleroma.Web.MastodonAPI.Notif
      assert length(json_response(conn, 200)) == 1
    end
  
-   test "see move notifications with `with_move` parameter" do
 +  @tag capture_log: true
+   test "see move notifications" do
      old_user = insert(:user)
      new_user = insert(:user, also_known_as: [old_user.ap_id])
      %{user: follower, conn: conn} = oauth_access(["read:notifications"])