v2 Suggestions: rudimentary API response
This commit is contained in:
parent
7e1caddc58
commit
b17360cd7c
8 changed files with 103 additions and 5 deletions
|
|
@ -149,6 +149,7 @@ defmodule Pleroma.User do
|
|||
field(:last_active_at, :naive_datetime)
|
||||
field(:disclose_client, :boolean, default: true)
|
||||
field(:pinned_objects, :map, default: %{})
|
||||
field(:is_suggested, :boolean, default: false)
|
||||
|
||||
embeds_one(
|
||||
:notification_settings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue