From 5142b50f39b91c7de1a1c06c5038e7d9984d97de Mon Sep 17 00:00:00 2001
From: Rin Toshaka <rinpatch@sdf.org>
Date: Wed, 2 Jan 2019 17:16:26 +0100
Subject: [PATCH] reserve /media

---
 config/config.exs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs
index 90e3a4aec..47ed8d260 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -249,7 +249,8 @@ config :pleroma, Pleroma.User,
     "auth",
     "proxy",
     "dev",
-    "internal"
+    "internal",
+    "media"
   ]
 
 # Import environment specific config. This must remain at the bottom