소스 검색

[#1335] Merge issue fix.

feature/compile_get
Ivan Tashkinov 4 년 전
부모
커밋
d3bce89edd
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      lib/pleroma/user.ex

+ 0
- 2
lib/pleroma/user.ex 파일 보기

@@ -169,8 +169,6 @@ defmodule Pleroma.User do
has_many(incoming_relation_source, through: [incoming_relation, :source])
end

field(:info, :map, default: %{})

# `:blocks` is deprecated (replaced with `blocked_users` relation)
field(:blocks, {:array, :string}, default: [])
# `:mutes` is deprecated (replaced with `muted_users` relation)


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