Skip to content

Commit 05b9a81

Browse files
committed
Display contributions even when they overwrite an existing file
Bug: 54189 Change-Id: Ibe086a7d3096e6ef53b004e2eed8af453675e898
1 parent a1d435f commit 05b9a81

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)