The API module QueryAbuseLog has "hidden" amongst the props available in "aflprop". Currently, for a given AbuseLog entry, its value is:
- None (absent in the response) if the entry is visible
- "true" if the entry was specifically suppressed by an oversighter
- "implicit" if the entry wasn't suppressed, but it refers to a revision that was deleted/suppressed
The latter is something that we don't want to be there, because it complicates maintenance; hence, it's going to be removed. Users can still do the revision check on their own if they need to.
Additionally, if the "hidden" prop was requested, it will always be included in the response, so in case 1. above it will have value "false".