help i am not good with git
authorKaren Konou <konoukaren@gmail.com>
Fri, 8 Feb 2019 12:21:34 +0000 (13:21 +0100)
committerKaren Konou <konoukaren@gmail.com>
Fri, 8 Feb 2019 12:22:29 +0000 (13:22 +0100)
1  2 
lib/pleroma/web/thread_mute.ex

index a0d564e8252551bb297216167a727b15f168f3f9,a0d564e8252551bb297216167a727b15f168f3f9..3a950f474a2b65cbe5b95c7e005169a1275f1f58
@@@ -21,7 -21,7 +21,8 @@@ defmodule Pleroma.Web.ThreadMute d
    def remove_mute(user, id) do
      user_id = Pleroma.FlakeId.from_string(user.id)
      %{data: %{"context" => context}} = Activity.get_by_id(id)
++
      Ecto.Query.from(m in "thread_mutes", where: m.user_id == ^user_id and m.context == ^context)
--    |> Repo.delete_all
++    |> Repo.delete_all()
    end
  end