You are reading a single comment by @hamrack and its replies. Click here to read the full conversation.
  • So these are all items that appear as a consequence of following a forum, those are the ones for which "NEW" is not showing?

  • Yup. I've followed the 'wanted' sub forum and all new items turn up in following but aren't marked as new. However, if I click through into wanted then the same thread is now marked as new.

  • Fixed the followed forum does not mark as "NEW" bug.

    Turned out that the updates for followed forum marked the forum as id = 0 which would lead to a COALESCE not triggering the NULL condition. I've simplified this by removing the extra columns, removing some JOINs and simply calling has_unread on the item itself.

    It was, in essence, an old optimisation that was no longer needed.

About

Avatar for hamrack @hamrack started