forked from AkkomaGang/akkoma
Another WebSub CamelCase
This commit is contained in:
parent
7430ff9173
commit
4190abbf27
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def handle(:publish, activity) do
|
|||
end
|
||||
|
||||
def handle(:verify_websub, websub) do
|
||||
Logger.debug(fn -> "Running websub verification for #{websub.id} (#{websub.topic}, #{websub.callback})" end)
|
||||
Logger.debug(fn -> "Running WebSub verification for #{websub.id} (#{websub.topic}, #{websub.callback})" end)
|
||||
@websub.verify(websub)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue