Add auto Twitter. Closes #2380
This commit is contained in:
+4
-1
@@ -39,7 +39,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'extensions' => env('CACHET_EMOJI', false) ? ['AltThree\Emoji\EmojiExtension'] : [],
|
||||
'extensions' => array_filter([
|
||||
env('CACHET_EMOJI', false) ? 'AltThree\Emoji\EmojiExtension' : null,
|
||||
env('CACHET_AUTO_TWITTER', true) ? 'AltThree\Twitter\TwitterExtension' : null,
|
||||
]),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user