1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
5 defmodule Mix.Tasks.Pleroma.Activity do
11 @shortdoc "A collection of activity debug tasks"
13 A collection of activity related tasks
15 mix pleroma.activity get <id>
17 def run(["get", id | _rest]) do
20 |> Activity.get_by_id()