Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-19 | Add a bulk user info endpoint and deprecate the old one (#46) | Andrew Morgan | 6 | -38/+330 | |
The current `/user/<user_id>/info` API was useful in that it could be used by any user to lookup whether another user was deactivate or expired. However, it was impractical as it only allowed for a single lookup at once. Clients trying to use this API were met with speed issues as they tried to query this information for all users in a room. This PR adds an equivalent CS and Federation API that takes a l |