Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script Compatibility Mode v2.0.0: IDs only in reviewQueue (#71)
- **Compatibility Mode Off**: - `$.jStorage.get("reviewQueue")` now contain ids instead of objects. - The ids are retrieved from `/review/queue?minimal=true`. `/review/queue` still returns the full objects in Compatibility Mode. - The objects are retrieved in a separate request to `/reviews/items?ids=1,2,3`, which returns the full objects for ids 1,2,3.
- Loading branch information