Change structure
This commit is contained in:
parent
01c2c57933
commit
ddfb58c041
16 changed files with 153 additions and 66 deletions
|
@ -45,11 +45,10 @@ defmodule Nulla.Fixtures.Data do
|
|||
})
|
||||
|
||||
Note.create_note(%{
|
||||
actor_url: actor.url,
|
||||
visibility: "public",
|
||||
content: "Hello World from Nulla!",
|
||||
language: "en",
|
||||
actor_id: actor.id,
|
||||
visibility: "public"
|
||||
actor_id: actor.id
|
||||
})
|
||||
|
||||
{publicKeyPem, privateKeyPem} = KeyGen.gen()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue