Explorar el Código

[#1335] Merge issue fix.

feature/compile_get
Ivan Tashkinov hace 4 años
padre
commit
d3bce89edd
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      lib/pleroma/user.ex

+ 0
- 2
lib/pleroma/user.ex Ver fichero

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


Cargando…
Cancelar
Guardar