mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-26 04:34:46 +00:00
Merge branch 'fix-incoming-scrobbles' into 'develop'
Allow incoming "Listen" activities See merge request pleroma/pleroma!4323
This commit is contained in:
commit
31e3b98641
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",
|
"Announce",
|
||||||
"Undo",
|
"Undo",
|
||||||
"Flag",
|
"Flag",
|
||||||
"EmojiReact"
|
"EmojiReact",
|
||||||
|
"Listen"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue