Allow reacting with remote emoji when they exist on the post (#200)
[akkoma] / lib / pleroma / web / common_api.ex
index bc5e26cf7c68f568734b7b79a48297695c5c58a8..23d353dc226cf843e55aca18754ff569735a42ec 100644 (file)
@@ -209,7 +209,8 @@ defmodule Pleroma.Web.CommonAPI do
          {:ok, activity, _} <- Pipeline.common_pipeline(emoji_react, local: true) do
       {:ok, activity}
     else
-      _ -> {:error, dgettext("errors", "Could not add reaction emoji")}
+      _ ->
+        {:error, dgettext("errors", "Could not add reaction emoji")}
     end
   end