Skip to content

Commit

Permalink
Add Instagram Import
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed May 26, 2020
1 parent ffccf0f commit e2a6bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pixelfed.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@

'import' => [
'instagram' => [
'enabled' => false,
'enabled' => env('IMPORT_INSTAGRAM', false),
'limits' => [
'posts' => (int) env('IMPORT_INSTAGRAM_POST_LIMIT', 100),
'size' => (int) env('IMPORT_INSTAGRAM_SIZE_LIMIT', 250)
Expand Down

0 comments on commit e2a6bdd

Please sign in to comment.