projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f00698
)
Add hideFilteredStatuses and hideMutedPosts settings
author
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:35:12 +0000
(16:35 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:35:12 +0000
(16:35 -0500)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 82e888188c328a4138553fbac8d3a8af274671c2..9cd43ae3707bfdfa1a718a0997e6434751fcf538 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-1166,6
+1166,18
@@
config :pleroma, :config_description, [
type: :boolean,
description: "Enables green text on lines prefixed with the > character."
},
+ %{
+ key: :hideFilteredStatuses,
+ label: "Hide Filtered Statuses",
+ type: :boolean,
+ description: "Hides filtered statuses from timelines."
+ },
+ %{
+ key: :hideMutedPosts,
+ label: "Hide Muted Posts",
+ type: :boolean,
+ description: "Hides muted statuses from timelines."
+ },
%{
key: :hidePostStats,
label: "Hide post stats",