Allow admins to flag bot accounts
We can currently set actor_type
and on a user, but not bot
field. There are two ways we can control this, and we should allow both for now. These are the action items:
-
Allow setting bot
field via Admin API. This is boolean. Requires BE implementation pleroma#1792 (closed) -
Allow setting actor_type
field via Admin API. This should be a dropdown list in AdminFE only permitting the valuesService
,Person
. Technically we can support freeform text here, but we won't expose that in AdminFE.
Perhaps we should put bot
and actor_type
here?
And then we can add more functionality in this area like letting the Admin control tags and roles as well?
Edited by Angelina Filippova