Allow incoming "Listen" activities

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-02-17 21:27:32 +01:00
parent a1f4da7ae2
commit d905fa0ad8
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
Allow incoming "Listen" activities

View file

@ -100,7 +100,8 @@ defmodule Pleroma.Constants do
"Announce", "Announce",
"Undo", "Undo",
"Flag", "Flag",
"EmojiReact" "EmojiReact",
"Listen"
] ]
) )