6

Since the introduction of new post notices, the "On Hold" label is not used anymore:

"On Hold" had been used to label recently closed questions. The idea was that this language would imply less permanence to the current state than "Closed". However, user research showed that this distinction was generally found to be confusing to users at all levels, and did not seem to have an effect on reopen rates. So we have removed this label. All Closed posts are now labeled as Closed but only the label has changed.

However, the Stack Exchange iOS app (and I assume the Android app as well) still use it:

Even though app development is frozen, this can be fixed by tweaking the Stack Exchange API. It returns a 'closed details' record with an on_hold boolean. I suspect if that field is turned off permanently, the apps' behaviour will be identical to the main site.

(Other apps which rely on this behaviour will still be able to detect the old 'on hold' status by checking the close date and reason.)

3
  • @Yaakov how come this one is planned? Thought no new builds are planned? Commented Jan 14, 2020 at 14:11
  • 1
    @ShadowTheBurningWizard it can be fixed with an API deploy.
    – Glorfindel Mod
    Commented Jan 14, 2020 at 14:13
  • 1
    @ShadowTheBurningWizard It is an API update only. PR already pending for it, removing all vestiges of the old post notices, which include all instances of "on hold" text. Commented Jan 14, 2020 at 14:18

1 Answer 1

6

The API has been updated. No more [On Hold] text should be coming through. This should be reflected in the mobile apps as well as anything else using the API.

1
  • 2
    If anyone wants to see how it looks, I encourage you to close this question.
    – Glorfindel Mod
    Commented Jan 15, 2020 at 12:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .