Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11
authorIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 17 Oct 2020 14:53:47 +0000 (17:53 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 17 Oct 2020 14:53:47 +0000 (17:53 +0300)
1  2 
config/config.exs
lib/pleroma/application.ex
lib/pleroma/web/activity_pub/activity_pub_controller.ex
mix.exs
mix.lock
test/pleroma/notification_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/common_api_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
test/pleroma/web/pleroma_api/controllers/mascot_controller_test.exs

Simple merge
Simple merge
diff --cc mix.exs
Simple merge
diff --cc mix.lock
Simple merge
index ac43096fb21ad62bdbc15e77e8b1904d86a0da0f,0e9630f28518297f7a9be155d169a007debd0362..a74fb7bc2cc86812792ff5ba7360775a52d0a7a8
@@@ -397,10 -397,10 +397,10 @@@ defmodule Pleroma.NotificationTest d
      end
  
      test "dismisses the notification on follow request rejection" do
-       user = insert(:user, locked: true)
+       user = insert(:user, is_locked: true)
        follower = insert(:user)
        {:ok, _, _, _follow_activity} = CommonAPI.follow(follower, user)
 -      assert [notification] = Notification.for_user(user)
 +      assert [_notification] = Notification.for_user(user)
        {:ok, _follower} = CommonAPI.reject_follow_request(follower, user)
        assert [] = Notification.for_user(user)
      end
Simple merge