瀏覽代碼

[#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)


Loading…
取消
儲存