Pleroma v1.1.9-10-g42f76306+dev mix pleroma.relay View Source

Manages remote relays

Follow a remote relay

mix pleroma.relay follow <relay_url>

Example: mix pleroma.relay follow https://example.org/relay

Unfollow a remote relay

mix pleroma.relay unfollow <relay_url>

Example: mix pleroma.relay unfollow https://example.org/relay

List relay subscriptions

mix pleroma.relay list

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args.

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.