Browse Source

Update exp config, enforce mastoapi compatibility by default

Daniel Supernault 3 years ago
parent
commit
a160b2339b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      config/exp.php

+ 1 - 2
config/exp.php

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