mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
change event name
This commit is contained in:
parent
b7587eef75
commit
282aa5f6c2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defmodule Philomena.ThumbnailWorker do
|
||||||
|
|
||||||
PhilomenaWeb.Endpoint.broadcast!(
|
PhilomenaWeb.Endpoint.broadcast!(
|
||||||
"firehose",
|
"firehose",
|
||||||
"image:processed",
|
"image:process",
|
||||||
%{image_id: image_id}
|
%{image_id: image_id}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue