Skip to content

Commit fa4a1d0

Browse files
Brion VIBBERGerrit Code Review
authored andcommitted
Merge "Display contributions even when they overwrite an existing file"
2 parents 0055c74 + 05b9a81 commit fa4a1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/src/main/java/org/wikimedia/commons/contributions/ContributionsSyncAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void onPerformSync(Account account, Bundle bundle, String s, ContentProvi
5959
try {
6060
MWApi.RequestBuilder builder = api.action("query")
6161
.param("list", "logevents")
62-
.param("leaction", "upload/upload")
62+
.param("letype", "upload")
6363
.param("leprop", "title|timestamp")
6464
.param("leuser", user)
6565
.param("lelimit", getLimit());

0 commit comments

Comments
 (0)