Simplify notification filtering settings further
This commit is contained in:
parent
b950fb01db
commit
fd5e797379
9 changed files with 15 additions and 123 deletions
|
|
@ -57,9 +57,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
|
|||
notification_settings: %Schema{
|
||||
type: :object,
|
||||
properties: %{
|
||||
from_followers: %Schema{type: :boolean},
|
||||
from_following: %Schema{type: :boolean},
|
||||
from_strangers: %Schema{type: :boolean},
|
||||
block_from_strangers: %Schema{type: :boolean},
|
||||
privacy_option: %Schema{type: :boolean}
|
||||
}
|
||||
},
|
||||
|
|
@ -122,9 +120,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
|
|||
"unread_conversation_count" => 0,
|
||||
"tags" => [],
|
||||
"notification_settings" => %{
|
||||
"from_followers" => true,
|
||||
"from_following" => true,
|
||||
"from_strangers" => true,
|
||||
"block_from_strangers" => false,
|
||||
"privacy_option" => false
|
||||
},
|
||||
"relationship" => %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue