Add Actor Type and Discoverable preferences
In Pleroma-FE: pleroma-fe!935 (closed).
This MR suggests to add 2 parameters type
and discoverable
in the ActivityPub Actor.
The type
parameter has the values Application
, Group
, Organization
, Person
, and Service
in the ActivityStream Standard. Mastodon only uses Person
and Service
, the Service
is for the bot flag. Now Pleroma sends only Person
.
The discoverable
parameter is the opt-in signal which allows to show a user in the Mastodon's profile directory. Pleroma has not profile directory yet, but Mastodon's profile directory is showing federated (external) users. If a Pleroma user sends discoverable: true
via ActivityPub, the user is shown in some Mastodon instance's profile directory.
Edited by Hakaba Hitoyo