diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-11-16 17:13:42 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-08-02 09:18:08 +0200 |
commit | 4567159326624ea37f1cbf0c3350f7baba4d92de (patch) | |
tree | d7d4a6e944600014197bc5d46f555a3fcafdf2dc /lib/pleroma/web/activity_pub/utils.ex | |
parent | f8540b0a9d1f277ac2b1b18068019b315e949060 (diff) | |
download | pleroma-features/image-object.tar.gz |
Add support for Image objectsfeatures/image-object
Diffstat (limited to 'lib/pleroma/web/activity_pub/utils.ex')
-rw-r--r-- | lib/pleroma/web/activity_pub/utils.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/utils.ex b/lib/pleroma/web/activity_pub/utils.ex index 9cde7805c..898522ac0 100644 --- a/lib/pleroma/web/activity_pub/utils.ex +++ b/lib/pleroma/web/activity_pub/utils.ex @@ -31,7 +31,8 @@ defmodule Pleroma.Web.ActivityPub.Utils do "Page", "Question", "Answer", - "Audio" + "Audio", + "Image" ] @strip_status_report_states ~w(closed resolved) @supported_report_states ~w(open closed resolved) |