mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
e14007bac5
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
153 B
Elixir
7 lines
153 B
Elixir
defmodule Eventos.Activity do
|
|
@moduledoc """
|
|
Represents an activity
|
|
"""
|
|
|
|
defstruct [:id, :data, :local, :actor, :recipients, :notifications]
|
|
end
|