X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fsignature.ex;h=15bf3c317281f7be8dcc4b7dbf9f4bf52dc19f4c;hb=90986667cedb20b316ae4e160729d78d692d0c0e;hp=0bf49fd7c0d2cfcd861f2f6b60f0ccd278877ae3;hpb=0be548b90aafda0b524e2ad85e7072961c336023;p=akkoma diff --git a/lib/pleroma/signature.ex b/lib/pleroma/signature.ex index 0bf49fd7c..15bf3c317 100644 --- a/lib/pleroma/signature.ex +++ b/lib/pleroma/signature.ex @@ -15,7 +15,7 @@ defmodule Pleroma.Signature do |> Map.put(:fragment, nil) uri = - if String.ends_with?(uri.path, "/publickey") do + if not is_nil(uri.path) and String.ends_with?(uri.path, "/publickey") do Map.put(uri, :path, String.replace(uri.path, "/publickey", "")) else uri