ActivityPub actions & side-effects in transaction
[akkoma] / lib / pleroma / upload.ex
index 2e0986197402479bf147332bd0155e33ad0fd347..440199d1907c0f350248c79f976a1b5733de4f56 100644 (file)
@@ -37,6 +37,7 @@ defmodule Pleroma.Upload do
           Plug.Upload.t()
           | (data_uri_string :: String.t())
           | {:from_local, name :: String.t(), id :: String.t(), path :: String.t()}
+          | map()
 
   @type option ::
           {:type, :avatar | :banner | :background}