Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: (53 commits) Add warning against parsing/reusing MastoFE settings blob Update NotificationOperation spec Add `is_muted` to notifications Translated using Weblate (Italian) Added translation using Weblate (Italian) Add include for the "Further reading" section HellthreadPolicy: Restrict to Notes and Articles. Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex proper error codes for error in adminFE Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex cheatsheet.md: no_attachment_links → attachment_links fix for packs pagination Stop filling conversation field on incoming objects (legacy, unused) Only accounts with Service actor_type are considered as bots Add support for bot field in update_credentials README: Add some troubleshooting info for compilation issues. [#1873] Fixes missing :offset pagination param support. Added pagination support for hashtags search. default page size for files changelog entry adding overall count for packs and files ...
This commit is contained in:
commit
593edd3c41
69 changed files with 1961 additions and 363 deletions
|
|
@ -425,6 +425,13 @@ config :pleroma, :media_proxy,
|
|||
],
|
||||
whitelist: []
|
||||
|
||||
config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http,
|
||||
method: :purge,
|
||||
headers: [],
|
||||
options: []
|
||||
|
||||
config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script, script_path: nil
|
||||
|
||||
config :pleroma, :chat, enabled: false
|
||||
|
||||
config :phoenix, :format_encoders, json: Jason
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue