mobilizon.chapril.org-mobil.../lib/eventos/activity.ex

8 lines
160 B
Elixir
Raw Normal View History

defmodule Eventos.Activity do
@moduledoc """
Represents an activity
"""
2018-08-24 11:34:00 +02:00
defstruct [:id, :data, :local, :actor, :recipients, :notifications, :type]
end