forked from AkkomaGang/akkoma
Actually fix missing alias.
This commit is contained in:
parent
39bf535221
commit
d269c69a0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
defmodule Pleroma.Web.HTTPSignatures do
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.ActivityPub.Utils
|
||||
alias Pleroma.Web.ActivityPub
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
require Logger
|
||||
|
||||
def split_signature(sig) do
|
||||
|
|
Loading…
Reference in a new issue