Several twitter api fixes.

This commit is contained in:
lain 2018-11-18 22:36:47 +01:00
commit fbb70d25fe
4 changed files with 14 additions and 21 deletions

View file

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