turn off skip_aggregation

This commit is contained in:
Mariotaku Lee 2016-01-10 10:23:13 +08:00
parent 0b268757a6
commit 35f9c359f7
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ public class TwitterAPIFactory implements TwidereConstants {
map.put("include_descendent_reply_count", "true");
map.put("full_text", "true");
map.put("model_version", "7");
map.put("skip_aggregation", "true");
map.put("skip_aggregation", "false");
} finally {
sDefaultRequestParams = Collections.unmodifiableMap(map);
}