Move Activity under Events context
This commit is contained in:
13
lib/mobilizon/events/activity.ex
Normal file
13
lib/mobilizon/events/activity.ex
Normal file
@@ -0,0 +1,13 @@
|
||||
defmodule Mobilizon.Events.Activity do
|
||||
@moduledoc """
|
||||
Represents an activity.
|
||||
"""
|
||||
|
||||
defstruct [
|
||||
:data,
|
||||
:local,
|
||||
:actor,
|
||||
:recipients,
|
||||
:notifications
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user