mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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,
|
'spa' => true,
|
||||||
|
|
||||||
// Enforce Mastoapi Compatibility (alpha)
|
// Enforce Mastoapi Compatibility (alpha)
|
||||||
// Note: this may break 3rd party apps who use non-mastodon compliant fields
|
'emc' => env('EXP_EMC', true),
|
||||||
'emc' => env('EXP_EMC', false),
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue