diff --git a/lib/pleroma/web/common_api.ex b/lib/pleroma/web/common_api.ex index 64530ef68..8e96ef5b6 100644 --- a/lib/pleroma/web/common_api.ex +++ b/lib/pleroma/web/common_api.ex @@ -610,6 +610,7 @@ defmodule Pleroma.Web.CommonAPI do true -> ThreadMute.remove_mute(user.id, activity.data["context"]) {:ok, activity} + error -> error end