mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
[#1335] Merge issue fix.
This commit is contained in:
parent
30caf3e51e
commit
d3bce89edd
|
@ -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…
Reference in a new issue