projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd44387
)
add bubble visibility to description
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 18 Mar 2023 20:49:43 +0000
(20:49 +0000)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 18 Mar 2023 20:49:43 +0000
(20:49 +0000)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index f8496760fccd0f6d4e0b405499fcfb1e0d4fd60e..6520bc29aa7678656a0cbcf0a93a3033ad2121e0 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-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."
}
]
},