Kaynağa Gözat

Add :approval_pending to User @type account_status

chore/update-floki-find-usage
Alex Gleason 4 yıl önce
ebeveyn
işleme
df3d1bf5e5
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 7211D1F99744FBB7
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. +6
    -1
      lib/pleroma/user.ex

+ 6
- 1
lib/pleroma/user.ex Dosyayı Görüntüle

@@ -42,7 +42,12 @@ defmodule Pleroma.User do
require Logger

@type t :: %__MODULE__{}
@type account_status :: :active | :deactivated | :password_reset_pending | :confirmation_pending
@type account_status ::
:active
| :deactivated
| :password_reset_pending
| :confirmation_pending
| :approval_pending
@primary_key {:id, FlakeId.Ecto.CompatType, autogenerate: true}

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength


Yükleniyor…
İptal
Kaydet