Replace `Pleroma.FlakeId` with `flake_id` hex package
[akkoma] / lib / pleroma / emoji.ex
index 05250164227e0d9e589d15f49527f19eff82d3ae..66e20f0e411e6c54e8a1634d1c6bb706e18cbeb6 100644 (file)
@@ -24,7 +24,7 @@ defmodule Pleroma.Emoji do
   @ets_options [:ordered_set, :protected, :named_table, {:read_concurrency, true}]
 
   @doc false
-  def start_link do
+  def start_link(_) do
     GenServer.start_link(__MODULE__, [], name: __MODULE__)
   end