Deletions: allow deactivated users to be deleted

This commit is contained in:
Alex Gleason 2021-06-30 01:14:34 -05:00
commit 43800d83f4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 32 additions and 9 deletions

View file

@ -1621,9 +1621,9 @@ defmodule Pleroma.UserTest do
follower_count: 9,
following_count: 9001,
is_locked: true,
is_confirmed: false,
is_confirmed: true,
password_reset_pending: true,
is_approved: false,
is_approved: true,
registration_reason: "ahhhhh",
confirmation_token: "qqqq",
domain_blocks: ["lain.com"],
@ -1663,9 +1663,9 @@ defmodule Pleroma.UserTest do
follower_count: 0,
following_count: 0,
is_locked: false,
is_confirmed: false,
is_confirmed: true,
password_reset_pending: false,
is_approved: false,
is_approved: true,
registration_reason: nil,
confirmation_token: nil,
domain_blocks: [],