소스 검색

Add :approval_pending to User @type account_status

chore/update-floki-find-usage
Alex Gleason 4 년 전
부모
커밋
df3d1bf5e5
No known key found for this signature in database GPG 키 ID: 7211D1F99744FBB7
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      lib/pleroma/user.ex

+ 6
- 1
lib/pleroma/user.ex 파일 보기

@@ -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


불러오는 중...
취소
저장