Skip to content

Fix sent follow request detection

rinpatch requested to merge fix/incorrect-follow-request-status into develop

This fixes requestFollow using the relationship instead of user object, resulting in sent always being false for locked users, and also removes assumptions about follow request being sent, instead relying on requested from user relationship.

Merge request reports