logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5205e846eb5cfbd0adfa5031ad75e96fccbc86d8
parent 094da5d6343507eb1540f0a6357accc67573e02e
Author: feld <feld@feld.me>
Date:   Fri, 30 Aug 2024 13:14:05 +0000

Update allowed activity types from strangers

Move is emitted from the old account
EmojiReact is ~ Like
Announced TBD

Diffstat:

Mlib/pleroma/constants.ex4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pleroma/constants.ex b/lib/pleroma/constants.ex @@ -92,8 +92,8 @@ defmodule Pleroma.Constants do "Flag", "Follow", "Like", - "Move", - "React" + "EmojiReact", + "Announce" ] )