mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Update allowed activity types from strangers
Move is emitted from the old account EmojiReact is ~ Like Announced TBD
This commit is contained in:
parent
094da5d634
commit
5205e846eb
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ defmodule Pleroma.Constants do
|
||||||
"Flag",
|
"Flag",
|
||||||
"Follow",
|
"Follow",
|
||||||
"Like",
|
"Like",
|
||||||
"Move",
|
"EmojiReact",
|
||||||
"React"
|
"Announce"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue