Merge branch 'activitypub/configurable-activitypub-actor-type' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / mastodon_api.ex
index ee253a342ead72af30d592fb067a976d22d0f86f..b1816370ef3c996eee077681d5aeec6afdafb114 100644 (file)
@@ -70,7 +70,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPI do
       exclude_types: {:array, :string},
       exclude_visibilities: {:array, :string},
       reblogs: :boolean,
-      with_muted: :boolean
+      with_muted: :boolean,
+      with_move: :boolean
     }
 
     changeset = cast({%{}, param_types}, params, Map.keys(param_types))