projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30caf3e
)
[#1335] Merge issue fix.
author
Ivan Tashkinov
<ivantashkinov@gmail.com>
Wed, 4 Dec 2019 16:41:14 +0000
(19:41 +0300)
committer
Ivan Tashkinov
<ivantashkinov@gmail.com>
Wed, 4 Dec 2019 16:41:14 +0000
(19:41 +0300)
lib/pleroma/user.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/user.ex
b/lib/pleroma/user.ex
index a68524377160ee1ec5ff40744a0172630ac86859..b7f50e5acb4cbbf2add0b8ae6739b79acaa1568f 100644
(file)
--- a/
lib/pleroma/user.ex
+++ b/
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)