Skip to content

Commit

Permalink
default includeExtAltTextEnabled to true
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Apr 24, 2016
1 parent 7b4ec8a commit 2ae2c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ConfigurationBase implements Configuration, java.io.Serializable {
private boolean includeMyRetweetEnabled = true;
private boolean includeEntitiesEnabled = true;
private boolean trimUserEnabled = false;
private boolean includeExtAltTextEnabled = false;
private boolean includeExtAltTextEnabled = true;

private boolean jsonStoreEnabled = false;

Expand Down

0 comments on commit 2ae2c59

Please sign in to comment.