Merge branch 'fix-incoming-scrobbles' into 'develop'

Allow incoming "Listen" activities

See merge request pleroma/pleroma!4323
This commit is contained in:
mkljczk 2025-02-17 21:07:57 +00:00
commit 31e3b98641
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",
"Undo",
"Flag",
"EmojiReact"
"EmojiReact",
"Listen"
]
)