diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-26 15:57:01 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-26 15:57:01 +0000 |
commit | 3601c0015cd9537c75c476943d148a1063c237b8 (patch) | |
tree | e0842b37d9922ca7714a45100f3a640265fe5ccd /test/support/factory.ex | |
parent | 5ad28ff405d0d5efc794e0e1f20091164ca82ea8 (diff) | |
parent | f20dff451e7abf343906b4e74f5d47b6207a3580 (diff) | |
download | pleroma-3601c0015cd9537c75c476943d148a1063c237b8.tar.gz |
Merge branch '1808-pleroma-sucks' into 'develop'
Resolve "Don't fail message ingestions when we can't update a user"
Closes #1808
See merge request pleroma/pleroma!2576
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r-- | test/support/factory.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index d4284831c..6e3676aca 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -34,7 +34,8 @@ defmodule Pleroma.Factory do last_digest_emailed_at: NaiveDateTime.utc_now(), last_refreshed_at: NaiveDateTime.utc_now(), notification_settings: %Pleroma.User.NotificationSetting{}, - multi_factor_authentication_settings: %Pleroma.MFA.Settings{} + multi_factor_authentication_settings: %Pleroma.MFA.Settings{}, + ap_enabled: true } %{ |