Merge "Display contributions even when they overwrite an existing file"

This commit is contained in:
Brion VIBBER 2013-09-17 22:08:37 +00:00 committed by Gerrit Code Review
commit fa4a1d06ac

View file

@ -59,7 +59,7 @@ public class ContributionsSyncAdapter extends AbstractThreadedSyncAdapter {
try { try {
MWApi.RequestBuilder builder = api.action("query") MWApi.RequestBuilder builder = api.action("query")
.param("list", "logevents") .param("list", "logevents")
.param("leaction", "upload/upload") .param("letype", "upload")
.param("leprop", "title|timestamp") .param("leprop", "title|timestamp")
.param("leuser", user) .param("leuser", user)
.param("lelimit", getLimit()); .param("lelimit", getLimit());