X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=6520bc29aa7678656a0cbcf0a93a3033ad2121e0;hb=8c86a06ed12d93b88894282be1b4c665ccf72bc2;hp=2a2d70a7b4a327a26fc92ac970db8d7cd9cf2c56;hpb=3744789710d84d5b0b770f5fab5665dab056ab27;p=akkoma diff --git a/config/description.exs b/config/description.exs index 2a2d70a7b..6520bc29a 100644 --- a/config/description.exs +++ b/config/description.exs @@ -969,6 +969,12 @@ config :pleroma, :config_description, [ key: :export_prometheus_metrics, type: :boolean, description: "Enable prometheus metrics (at /api/v1/akkoma/metrics)" + }, + %{ + key: :federated_timeline_available, + type: :boolean, + description: + "Let people view the 'firehose' feed of all public statuses from all instances." } ] }, @@ -2993,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." } ] },