Browse Source

Merge branch 'develop' into 'develop'

added hyper:// to default protocols

See merge request pleroma/pleroma!2727
chores/our-libs-hex-releases
lain 4 years ago
parent
commit
4b53499bdc
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      config/config.exs
  2. +1
    -0
      config/description.exs

+ 1
- 0
config/config.exs View File

@@ -97,6 +97,7 @@ config :pleroma, :uri_schemes,
"dat",
"dweb",
"gopher",
"hyper",
"ipfs",
"ipns",
"irc",


+ 1
- 0
config/description.exs View File

@@ -498,6 +498,7 @@ config :pleroma, :config_description, [
"dat",
"dweb",
"gopher",
"hyper",
"ipfs",
"ipns",
"irc",


Loading…
Cancel
Save