Basic AP objects.
This commit is contained in:
parent
093fd1832d
commit
8de523c8ae
6 changed files with 69 additions and 0 deletions
9
lib/pleroma/object.ex
Normal file
9
lib/pleroma/object.ex
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
defmodule Pleroma.Object do
|
||||
use Ecto.Schema
|
||||
|
||||
schema "objects" do
|
||||
field :data, :map
|
||||
|
||||
timestamps()
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue