From 282aa5f6c28e8ba4b8a2cf8b8102ae4c67d865a4 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 15 Jun 2020 20:14:05 -0400 Subject: [PATCH] change event name --- lib/philomena/workers/thumbnail_worker.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena/workers/thumbnail_worker.ex b/lib/philomena/workers/thumbnail_worker.ex index 6e1cb3a7..ceeae948 100644 --- a/lib/philomena/workers/thumbnail_worker.ex +++ b/lib/philomena/workers/thumbnail_worker.ex @@ -6,7 +6,7 @@ defmodule Philomena.ThumbnailWorker do PhilomenaWeb.Endpoint.broadcast!( "firehose", - "image:processed", + "image:process", %{image_id: image_id} ) end