a04dfc5293
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
150 B
Elixir
8 lines
150 B
Elixir
defmodule Mobilizon.Activity do
|
|
@moduledoc """
|
|
Represents an activity
|
|
"""
|
|
|
|
defstruct [:data, :local, :actor, :recipients, :notifications]
|
|
end
|