Merge remote-tracking branch 'origin/develop' into conversations_three
authorlain <lain@soykaf.club>
Wed, 1 May 2019 16:40:41 +0000 (18:40 +0200)
committerlain <lain@soykaf.club>
Wed, 1 May 2019 16:40:41 +0000 (18:40 +0200)
1  2 
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/router.ex
test/web/activity_pub/activity_pub_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs

index d5b6a943f24bee28441d0ee5f89760c54e25e42b,ed585098a7b520253e1ce8a258e3670d6d261d31..aa3f46482a5e0ff00bb8ca128099bb2de4c2f9ce
@@@ -4,11 -4,10 +4,11 @@@
  
  defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
    use Pleroma.Web, :controller
    alias Ecto.Changeset
    alias Pleroma.Activity
+   alias Pleroma.Bookmark
    alias Pleroma.Config
 +  alias Pleroma.Conversation.Participation
    alias Pleroma.Filter
    alias Pleroma.Notification
    alias Pleroma.Object
Simple merge