Page MenuHomePhabricator

Spike: How should we deal with User local ID vs global ID?
Closed, ResolvedPublic

Description

This one is a bit trickier than the Article entities, because there are local IDs for users on each wiki. Maybe we can rewrite the API calls to avoid user ID? CentralAuth doesn't provide much for us--it would be nice to pull the home wiki from there, but I don't know yet whether that means anything, I can't seem to change my own home wiki for example.

Event Timeline

Ragesoss claimed this task.
Ragesoss subscribed.

We no longer have any queries that use user_id. It's all done through username now.