-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
As I can't find this in the documentation (but now here on Issues on a screenshot) I reported here: https://phabricator.wikimedia.org/T232142 (closed because of this).
Edit: The relevant code seems here:
apps-android-commons/app/src/main/java/fr/free/nrw/commons/delete/DeleteHelper.java
Line 116 in 11d3618
| "User_Talk:" + media.getCreator(), summary); |
It seems very false to take the creator of the file (but I don't get the code on
| public String getCreator() { |
As a maintainer of the desktop version, I can say there is an Api request needed to get the list of uploaders (here it seems there is only taken a single user/string, but I don't understand Java really).