add bubble visibility to description
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2023-03-18 20:49:43 +00:00
parent dd44387f1a
commit f94e8a3713
1 changed files with 5 additions and 0 deletions

View File

@ -2999,6 +2999,11 @@ config :pleroma, :config_description, [
key: :federated,
type: :boolean,
description: "Disallow viewing the whole known network timeline."
},
%{
key: :bubble,
type: :boolean,
description: "Disallow viewing the bubble timeline."
}
]
},