Added assets
to the list of the reserved nicknames and static file constants
This commit is contained in:
parent
13aa98d689
commit
79febf9688
@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
- The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change.
|
||||
|
||||
### Added
|
||||
|
||||
- Added `assets` to the list of the reserved nicknames and static file constants
|
||||
|
||||
## Unreleased (Patch)
|
||||
|
||||
## [2.3.0] - 2020-03-01
|
||||
|
@ -503,6 +503,7 @@ config :pleroma, Pleroma.User,
|
||||
"about",
|
||||
"activities",
|
||||
"api",
|
||||
"assets",
|
||||
"auth",
|
||||
"check_password",
|
||||
"dev",
|
||||
|
@ -25,7 +25,7 @@ defmodule Pleroma.Constants do
|
||||
|
||||
const(static_only_files,
|
||||
do:
|
||||
~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css)
|
||||
~w(index.html robots.txt assets static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css)
|
||||
)
|
||||
|
||||
def as_local_public, do: Pleroma.Web.base_url() <> "/#Public"
|
||||
|
Loading…
Reference in New Issue
Block a user