Page MenuHomePhabricator

commons images are always "Last updated 0 seconds ago"
Open, LowPublicBUG REPORT

Description

This mainly just affects the iOS app which uses the API mentioned in the comments.

commons images are always "Last updated 0 seconds ago". except if they're cached somewhere. then swipe down to refresh the page and it should be back to 0 seconds. (or at most 1 second)

See also

Event Timeline

jeremyb raised the priority of this task from to Needs Triage.
jeremyb updated the task description. (Show Details)
jeremyb changed Security from none to None.
jeremyb subscribed.
Deskana subscribed.

This is not an issue with the app, but with the mobile API returning the wrong thing.

KLans_WMF raised the priority of this task from Low to Needs Triage.Jan 9 2015, 8:52 PM
KLans_WMF removed a subscriber: Deskana.
Aklapper added a subscriber: Jdlrobson.

@Jdlrobson: Adding MobileFrontend-beta project as the MobileFrontend-stable project was archived for reasons unknown to me, and its description was not updated where to file tickets instead.

Jhernandez subscribed.

@Aklapper I think we are using the Mobile-Web tag as the main tag for MobileFrontend issues

https://phabricator.wikimedia.org/tag/mobile-web/
https://phabricator.wikimedia.org/project/board/67/

I'm not sure about the Mobile tag though.

AFAICT this is because WikiFilePage doesn't override WikiPage#getTimestamp and the latter will always return now for file pages.

Based on #981944 sounds like a non-mobile specific issue.

Aklapper changed the subtype of this task from "Task" to "Bug Report".