mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +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!(
|
||||
"firehose",
|
||||
"image:processed",
|
||||
"image:process",
|
||||
%{image_id: image_id}
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue