1
0
Fork 0

Update exp config, enforce mastoapi compatibility by default

This commit is contained in:
Daniel Supernault 2022-05-15 21:25:18 -06:00
parent c2905835fe
commit a160b2339b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 2 deletions

View File

@ -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),
];