View Source Mobilizon.GraphQL.API.Follows (Mobilizon v5.0.0-beta.1)

Common API for following, unfollowing, accepting and rejecting stuff.

Summary

Functions

Make an actor (followed) accept the follow from another (follower).

Make an actor (follower) follow another (followed).

Make an actor (followed) reject the follow from another (follower).

Make an actor (follower) unfollow another (followed).

Functions

Link to this function

accept(follower, followed)

View Source

Make an actor (followed) accept the follow from another (follower).

Link to this function

follow(follower, followed)

View Source

Make an actor (follower) follow another (followed).

Link to this function

reject(follower, followed)

View Source

Make an actor (followed) reject the follow from another (follower).

Link to this function

unfollow(follower, followed)

View Source

Make an actor (follower) unfollow another (followed).