Merge branch 'gun-replace-cast-with-call' into 'develop'
authorrinpatch <rinpatch@sdf.org>
Tue, 28 Jul 2020 19:13:54 +0000 (19:13 +0000)
committerrinpatch <rinpatch@sdf.org>
Tue, 28 Jul 2020 19:13:54 +0000 (19:13 +0000)
gun ConnectionPool: replace casts with calls

See merge request pleroma/pleroma!2803

config/config.exs

index 09dd9e786d4cdbe4b8b196848be5e3f18ea1615c..48fe7c669b75da802ee30806de561227e166fb70 100644 (file)
@@ -647,7 +647,8 @@ config :pleroma, :static_fe, enabled: false
 
 # Example of frontend configuration
 # This example will make us serve the primary frontend from the
-# `/frontends/pleroma/develop` folder in your instance static directory.
+# frontends directory within your `:pleroma, :instance, static_dir`.
+# e.g., instance/static/frontends/pleroma/develop/
 #
 # With no frontend configuration, the bundled files from the `static` directory will
 # be used.