mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
add bubble visibility to description
This commit is contained in:
parent
dd44387f1a
commit
f94e8a3713
|
@ -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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue