1. 23 Feb, 2022 1 commit
    • Simon Knox's avatar
      Fix erroneous all warning from race condition · 3e4134e6
      Simon Knox authored
      If you edited the text while the initial message was loading
      it was possible to get in a state where the warning was shown
      when it should have been removed
      
      This adds another sentinel value to mark if we delete the reference
      to all users while it is loading the preview. If we had, then we
      clear the user count after fetching the markdown
      
      Changelog: fixed
      3e4134e6
  2. 22 Feb, 2022 39 commits