7
lib/eventos/activity.ex
Normal file
7
lib/eventos/activity.ex
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule Eventos.Activity do
|
||||
@moduledoc """
|
||||
Represents an activity
|
||||
"""
|
||||
|
||||
defstruct [:id, :data, :local, :actor, :recipients, :notifications]
|
||||
end
|
||||
Reference in New Issue
Block a user