Add poll votes
[akkoma] / lib / pleroma / web / activity_pub / publisher.ex
index 8e3af0a813868b91df3e839dd518e8d67d244162..11dba87dea79440dd9b25d1310ab75d6520026f5 100644 (file)
@@ -54,7 +54,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
       |> Timex.format!("{WDshort}, {0D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
 
     signature =
-      Pleroma.Web.HTTPSignatures.sign(actor, %{
+      Pleroma.Signature.sign(actor, %{
         host: host,
         "content-length": byte_size(json),
         digest: digest,