diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-12-30 11:30:20 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:01:39 +0300 |
commit | 32d1e048178a94017c9d8cca79b28272fa6da9f4 (patch) | |
tree | 9034f3345b3d731d895e7572262c75de9eeeee57 /lib/pleroma/upload.ex | |
parent | 438394d40447bdfb590ff206ad80907294da0e65 (diff) | |
download | pleroma-32d1e048178a94017c9d8cca79b28272fa6da9f4.tar.gz |
ActivityPub actions & side-effects in transaction
Diffstat (limited to 'lib/pleroma/upload.ex')
-rw-r--r-- | lib/pleroma/upload.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/upload.ex b/lib/pleroma/upload.ex index 2e0986197..440199d19 100644 --- a/lib/pleroma/upload.ex +++ b/lib/pleroma/upload.ex @@ -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} |