pl-api: support /api/v1/pleroma/outgoing_follow_requests
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
@ -1011,6 +1011,11 @@ const getFeatures = (instance: Instance) => {
|
||||
*/
|
||||
notificationsRequestsAcceptMultiple: instance.api_versions.mastodon >= 1,
|
||||
|
||||
/**
|
||||
* @see GET /api/v1/pleroma/outgoing_follow_requests
|
||||
*/
|
||||
outgoingFollowRequests: v.build === PL && gte(v.version, '2.8.0'),
|
||||
|
||||
pleromaAdminAccounts: v.software === PLEROMA,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user