Merge branch 'follow-request-count' into 'develop'
Follow request count See merge request pleroma/pleroma!817
This commit is contained in:
commit
cd019a5927
9 changed files with 91 additions and 18 deletions
|
|
@ -12,6 +12,7 @@ defmodule Pleroma.User.Info do
|
|||
field(:source_data, :map, default: %{})
|
||||
field(:note_count, :integer, default: 0)
|
||||
field(:follower_count, :integer, default: 0)
|
||||
field(:follow_request_count, :integer, default: 0)
|
||||
field(:locked, :boolean, default: false)
|
||||
field(:confirmation_pending, :boolean, default: false)
|
||||
field(:confirmation_token, :string, default: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue