mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update exp config, enforce mastoapi compatibility by default
This commit is contained in:
parent
c2905835fe
commit
a160b2339b
1 changed files with 1 additions and 2 deletions
|
@ -32,6 +32,5 @@ return [
|
|||
'spa' => true,
|
||||
|
||||
// Enforce Mastoapi Compatibility (alpha)
|
||||
// Note: this may break 3rd party apps who use non-mastodon compliant fields
|
||||
'emc' => env('EXP_EMC', false),
|
||||
'emc' => env('EXP_EMC', true),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue