mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-12 22:52:41 +00:00
Allow incoming "Listen" activities
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
a1f4da7ae2
commit
d905fa0ad8
2 changed files with 3 additions and 1 deletions
1
changelog.d/incoming-scrobbles.fix
Normal file
1
changelog.d/incoming-scrobbles.fix
Normal file
|
@ -0,0 +1 @@
|
|||
Allow incoming "Listen" activities
|
|
@ -100,7 +100,8 @@ defmodule Pleroma.Constants do
|
|||
"Announce",
|
||||
"Undo",
|
||||
"Flag",
|
||||
"EmojiReact"
|
||||
"EmojiReact",
|
||||
"Listen"
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue