Username of the user.
Array of posts. Empty array if the user does not exist.
Fetches an array of references to the communities a user is subscribed to.
ID of the user.
Array of subscribed communities. Empty array if the user does not exist.
Allows a user to subscribe to a community. Adds a reference to the subscribed community for the user.
The user subscribing.
The host of the community.
The id of the community on the federated network.
True on success.
Allows a user to unsubscribe from a community. If there is an existing reference to the community, it is removed.
ID of the user.
The server hosting the community.
The id of the community on the federated network.
True on success.
Generated using TypeDoc
Fetches all the posts made by a user.