Several twitter api fixes.
This commit is contained in:
parent
40d9d2098c
commit
fbb70d25fe
4 changed files with 14 additions and 21 deletions
|
|
@ -4,6 +4,7 @@ defmodule Pleroma.User.Info do
|
|||
|
||||
embedded_schema do
|
||||
field(:banner, :map, default: %{})
|
||||
field(:background, :string, default: nil)
|
||||
field(:source_data, :map, default: %{})
|
||||
field(:note_count, :integer, default: 0)
|
||||
field(:follower_count, :integer, default: 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue