Skip to content

Remove follow_request_count as it's not needed for FE anymore.

Eugenij requested to merge eugenijm/pleroma:remove-follow-request-count into develop

MastoFE uses GET /api/v1/follow_requests and PleromaFE uses GET /api/pleroma/friend_requests which they query on the initial page load. So, there is no practical need to maintain follow_request_count anymore.

Merge request reports