forked from AkkomaGang/akkoma
Fix tests.
This commit is contained in:
parent
593b8b1e6a
commit
76fc4c92bb
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
|
||||
config :pleroma, :instance,
|
||||
email: "admin@example.com",
|
||||
notify_email: "noreply@example.com"
|
||||
notify_email: "noreply@example.com",
|
||||
skip_thread_containment: false
|
||||
|
||||
# Configure your database
|
||||
config :pleroma, Pleroma.Repo,
|
||||
|
|
Loading…
Reference in a new issue